Sea Buckthorn Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sea Buckthorn Sunrise palette
Sea Buckthorn Sunrise color palette CSS
/* CSS */
.color-1 {
color: #fb9f28;
}
.color-2 {
color: #f6a728;
}
.color-3 {
color: #f0c24c;
}
.color-4 {
color: #e6a84c;
}
.color-5 {
color: #d89c2c;
}
/* CSS Variables */
:root {
--color-1: #fb9f28;
--color-2: #f6a728;
--color-3: #f0c24c;
--color-4: #e6a84c;
--color-5: #d89c2c;
}
Sea Buckthorn Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb9f28, #f6a728, #f0c24c, #e6a84c, #d89c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb9f28, #f6a728, #f0c24c, #e6a84c, #d89c2c);
}
Similar color palettes
Sea Buckthorn Sunrise color palette created on .