NorbieLink
search close
HomeComponentsButtons

Buttons communicate actions users can take. Norbielink uses a single gradient button style — purple-to-magenta in both light and dark mode — available in three sizes.

Overview

The primary button uses a horizontal gradient. Only one accent color is used: #A614C3.

Sizes

Three sizes are available: Large for hero CTAs, Medium for standard actions, Small for compact contexts like inline form submissions.

Large
18px · 10.8/19.2px padding · 10px radius
Medium
14.5px · 9/16px padding · 10px radius
Small
11.68px · 7.25/12.89px padding · 10px radius

States

Hover adds a rgba(213,213,213,0.2) white-grey overlay over the gradient. Inactive reduces opacity to 50%.

Specs

PropertyLargeMediumSmall
Font size18px14.5px11.68px
Font weight400 (Regular)
Padding (V / H)10.8px / 19.2px9px / 16px7.25px / 12.89px
Border radius10px
Gradient (light)linear-gradient(90deg, #5C2ED4 0%, #A614C3 65%)
Gradient (dark)radial-gradient(171.32% 99.33% at 33.13% -9%, #282550 0%, #191735 55.82%, rgba(0,0,0,0.3) 74%, rgba(0,0,0,0) 100%), linear-gradient(88.34deg, #5C2ED4 0.11%, #A614C3 63.8%)
Box shadow0 4px 14px rgba(166,20,195,0.25)
Text colorwhite
Hover overlayrgba(213, 213, 213, 0.2)
Inactive opacity50%