Red Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Cookie palette

Share this palette to:

Red Cookie color palette CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #d65f4c;
}
.color-3 {
color: #ee8e4f;
}
.color-4 {
color: #f6b379;
}
.color-5 {
color: #f7d1ab;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #d65f4c;
--color-3: #ee8e4f;
--color-4: #f6b379;
--color-5: #f7d1ab;
}

Red Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #d65f4c, #ee8e4f, #f6b379, #f7d1ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #d65f4c, #ee8e4f, #f6b379, #f7d1ab);
}

Red Cookie color palette created on .