Red Cookie Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Cookie Delight palette
Red Cookie Delight color palette CSS
/* CSS */
.color-1 {
color: #a3001e;
}
.color-2 {
color: #d51a3a;
}
.color-3 {
color: #ec7d51;
}
.color-4 {
color: #f1c45b;
}
.color-5 {
color: #f8e0b4;
}
/* CSS Variables */
:root {
--color-1: #a3001e;
--color-2: #d51a3a;
--color-3: #ec7d51;
--color-4: #f1c45b;
--color-5: #f8e0b4;
}
Red Cookie Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3001e, #d51a3a, #ec7d51, #f1c45b, #f8e0b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3001e, #d51a3a, #ec7d51, #f1c45b, #f8e0b4);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Red Cookie Delight color palette created on .