Red Cookie Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Cookie Delight palette

Share this palette to:

Red Cookie Delight color palette PNG image

Download red cookie delight color palette PNG image (landscape)
Download red cookie delight color palette PNG image (square)

Red Cookie Delight color palette CSS

/* CSS */
.color-1 {
color: #b42a22;
}
.color-2 {
color: #e74d3c;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f6d6b1;
}
.color-5 {
color: #c2b180;
}

/* CSS Variables */
:root {
--color-1: #b42a22;
--color-2: #e74d3c;
--color-3: #f1a8a2;
--color-4: #f6d6b1;
--color-5: #c2b180;
}

Red Cookie Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42a22, #e74d3c, #f1a8a2, #f6d6b1, #c2b180);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42a22, #e74d3c, #f1a8a2, #f6d6b1, #c2b180);
}

Red Cookie Delight color palette created on .