Crimson Valentino Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Valentino palette

Condividi questa palette a:

tavolozza dei colori Crimson Valentino CSS

/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f5b400;
}
.color-4 {
color: #f1c6c6;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #f0a800;
--color-3: #f5b400;
--color-4: #f1c6c6;
--color-5: #681b98;
}

CSS con gradiente di sfondo Crimson Valentino

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #f0a800, #f5b400, #f1c6c6, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #f0a800, #f5b400, #f1c6c6, #681b98);
}

Crimson Valentino color palette created on .