Cherry Red Delight Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cherry Red Delight palette

Condividi questa palette a:

tavolozza dei colori Cherry Red Delight CSS

/* CSS */
.color-1 {
color: #441221;
}
.color-2 {
color: #8f2834;
}
.color-3 {
color: #cb4d58;
}
.color-4 {
color: #e77987;
}
.color-5 {
color: #efa9ac;
}

/* CSS Variables */
:root {
--color-1: #441221;
--color-2: #8f2834;
--color-3: #cb4d58;
--color-4: #e77987;
--color-5: #efa9ac;
}

CSS con gradiente di sfondo Cherry Red Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #441221, #8f2834, #cb4d58, #e77987, #efa9ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #441221, #8f2834, #cb4d58, #e77987, #efa9ac);
}

Tavolozze di colori simili

Cherry Red Delight color palette created on .