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