Red Candy Cookie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Candy Cookie palette

Share this palette to:

Red Candy Cookie color palette CSS

/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffcf3d;
}
.color-4 {
color: #ffdf3d;
}
.color-5 {
color: #ffd6d1;
}

/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff8b3d;
--color-3: #ffcf3d;
--color-4: #ffdf3d;
--color-5: #ffd6d1;
}

Red Candy Cookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff8b3d, #ffcf3d, #ffdf3d, #ffd6d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff8b3d, #ffcf3d, #ffdf3d, #ffd6d1);
}

Red Candy Cookie color palette created on .