Dark Red Sweetness Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dark Red Sweetness palette

Condividi questa palette a:

tavolozza dei colori Dark Red Sweetness CSS

/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9d80;
}
.color-4 {
color: #ffccbd;
}
.color-5 {
color: #ffccd1;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #ff6e61;
--color-3: #ff9d80;
--color-4: #ffccbd;
--color-5: #ffccd1;
}

CSS con gradiente di sfondo Dark Red Sweetness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #ff6e61, #ff9d80, #ffccbd, #ffccd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #ff6e61, #ff9d80, #ffccbd, #ffccd1);
}

Dark Red Sweetness color palette created on .