Red Temptress Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Temptress palette

Condividi questa palette a:

tavolozza dei colori Red Temptress CSS

/* CSS */
.color-1 {
color: #3d000b;
}
.color-2 {
color: #691b1f;
}
.color-3 {
color: #c73d40;
}
.color-4 {
color: #f8afa0;
}
.color-5 {
color: #fddc9b;
}

/* CSS Variables */
:root {
--color-1: #3d000b;
--color-2: #691b1f;
--color-3: #c73d40;
--color-4: #f8afa0;
--color-5: #fddc9b;
}

CSS con gradiente di sfondo Red Temptress

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d000b, #691b1f, #c73d40, #f8afa0, #fddc9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d000b, #691b1f, #c73d40, #f8afa0, #fddc9b);
}

Red Temptress color palette created on .