Sunshine Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunshine Reverie palette
Sunshine Reverie color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #f9d358;
}
.color-4 {
color: #fcd67e;
}
.color-5 {
color: #fce1a6;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f6b531;
--color-3: #f9d358;
--color-4: #fcd67e;
--color-5: #fce1a6;
}
Sunshine Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f6b531, #f9d358, #fcd67e, #fce1a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f6b531, #f9d358, #fcd67e, #fce1a6);
}
Similar color palettes
Sunshine Reverie color palette created on .