Cherry Red Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry Red Delight palette

Share this palette to:

Cherry Red Delight color palette 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;
}

Cherry Red Delight background gradient CSS

/* 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);
}

Similar color palettes

Cherry Red Delight color palette created on .