Crimson Lure Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Lure palette

Condividi questa palette a:

tavolozza dei colori Crimson Lure CSS

/* CSS */
.color-1 {
color: #c92c4e;
}
.color-2 {
color: #e63746;
}
.color-3 {
color: #f1a65b;
}
.color-4 {
color: #f1dfd5;
}
.color-5 {
color: #3c0b2e;
}

/* CSS Variables */
:root {
--color-1: #c92c4e;
--color-2: #e63746;
--color-3: #f1a65b;
--color-4: #f1dfd5;
--color-5: #3c0b2e;
}

CSS con gradiente di sfondo Crimson Lure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c4e, #e63746, #f1a65b, #f1dfd5, #3c0b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c4e, #e63746, #f1a65b, #f1dfd5, #3c0b2e);
}

Crimson Lure color palette created on .