Red Cookie Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Cookie Delight palette

Condividi questa palette a:

tavolozza dei colori Red Cookie Delight CSS

/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #a72f3d;
}
.color-3 {
color: #d8695a;
}
.color-4 {
color: #e8b2a1;
}
.color-5 {
color: #f9e6d7;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #a72f3d;
--color-3: #d8695a;
--color-4: #e8b2a1;
--color-5: #f9e6d7;
}

CSS con gradiente di sfondo Red Cookie Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #a72f3d, #d8695a, #e8b2a1, #f9e6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #a72f3d, #d8695a, #e8b2a1, #f9e6d7);
}

Red Cookie Delight color palette created on .