Santi Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Santi Sunrise palette
Santi Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f6a660;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #edef4d;
}
.color-4 {
color: #8dc1c4;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #f6a660;
--color-2: #f1c84b;
--color-3: #edef4d;
--color-4: #8dc1c4;
--color-5: #4b91e2;
}
Santi Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a660, #f1c84b, #edef4d, #8dc1c4, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a660, #f1c84b, #edef4d, #8dc1c4, #4b91e2);
}
Similar color palettes
Santi Sunrise color palette created on .