Colorful Day Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Day palette
Colorful Day color palette CSS
/* CSS */
.color-1 {
color: #c8a104;
}
.color-2 {
color: #d35d09;
}
.color-3 {
color: #e01a10;
}
.color-4 {
color: #0461d2;
}
.color-5 {
color: #570adb;
}
/* CSS Variables */
:root {
--color-1: #c8a104;
--color-2: #d35d09;
--color-3: #e01a10;
--color-4: #0461d2;
--color-5: #570adb;
}
Colorful Day background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8a104, #d35d09, #e01a10, #0461d2, #570adb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8a104, #d35d09, #e01a10, #0461d2, #570adb);
}
Similar color palettes
Colorful Day color palette created on .