Crimson Temptations Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Temptations palette

Condividi questa palette a:

tavolozza dei colori Crimson Temptations CSS

/* CSS */
.color-1 {
color: #5c0f0f;
}
.color-2 {
color: #b01111;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #f1e4e4;
}

/* CSS Variables */
:root {
--color-1: #5c0f0f;
--color-2: #b01111;
--color-3: #e74d3c;
--color-4: #f7b5a1;
--color-5: #f1e4e4;
}

CSS con gradiente di sfondo Crimson Temptations

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c0f0f, #b01111, #e74d3c, #f7b5a1, #f1e4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c0f0f, #b01111, #e74d3c, #f7b5a1, #f1e4e4);
}

Crimson Temptations color palette created on .