Citrus Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Citrus Sunrise palette
Citrus Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff9966;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd280;
}
.color-4 {
color: #ffe6a8;
}
.color-5 {
color: #ffcc99;
}
/* CSS Variables */
:root {
--color-1: #ff9966;
--color-2: #ffb84d;
--color-3: #ffd280;
--color-4: #ffe6a8;
--color-5: #ffcc99;
}
Citrus Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9966, #ffb84d, #ffd280, #ffe6a8, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9966, #ffb84d, #ffd280, #ffe6a8, #ffcc99);
}
Similar color palettes
Citrus Sunrise color palette created on .