Paleta de colores Red Cookie Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red Cookie Delight palette
CSS de la paleta de colores Red Cookie Delight
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Red Cookie Delight color palette created on .