Red Sweetness Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Sweetness palette

Condividi questa palette a:

tavolozza dei colori Red Sweetness CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #d67a7f;
}
.color-3 {
color: #e8b5b0;
}
.color-4 {
color: #f5e1d1;
}
.color-5 {
color: #e3c4c8;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #d67a7f;
--color-3: #e8b5b0;
--color-4: #f5e1d1;
--color-5: #e3c4c8;
}

CSS con gradiente di sfondo Red Sweetness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #d67a7f, #e8b5b0, #f5e1d1, #e3c4c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #d67a7f, #e8b5b0, #f5e1d1, #e3c4c8);
}

Red Sweetness color palette created on .