Carnival of Shadows Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Carnival of Shadows palette

Condividi questa palette a:

tavolozza dei colori Carnival of Shadows CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff5100;
}
.color-3 {
color: #d7336c;
}
.color-4 {
color: #6f2c90;
}
.color-5 {
color: #4d8eff;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff5100;
--color-3: #d7336c;
--color-4: #6f2c90;
--color-5: #4d8eff;
}

CSS con gradiente di sfondo Carnival of Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff5100, #d7336c, #6f2c90, #4d8eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff5100, #d7336c, #6f2c90, #4d8eff);
}

Carnival of Shadows color palette created on .