Colorful Day Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Colorful Day palette

Condividi questa palette a:

tavolozza dei colori Colorful Day 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;
}

CSS con gradiente di sfondo Colorful Day

/* 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);
}

Colorful Day color palette created on .