Red Cookie Delight Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red Cookie Delight palette
tavolozza dei colori Red Cookie Delight CSS
/* CSS */
.color-1 {
color: #b84e3d;
}
.color-2 {
color: #e2a7a2;
}
.color-3 {
color: #f0c1c1;
}
.color-4 {
color: #f9bfb4;
}
.color-5 {
color: #ffebc7;
}
/* CSS Variables */
:root {
--color-1: #b84e3d;
--color-2: #e2a7a2;
--color-3: #f0c1c1;
--color-4: #f9bfb4;
--color-5: #ffebc7;
}
CSS con gradiente di sfondo Red Cookie Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b84e3d, #e2a7a2, #f0c1c1, #f9bfb4, #ffebc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b84e3d, #e2a7a2, #f0c1c1, #f9bfb4, #ffebc7);
}
Tavolozze di colori simili
Red Cookie Delight color palette created on .