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: #a62b2b;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #c4d600;
}
/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #e13e33;
--color-3: #ff6e61;
--color-4: #f7b32b;
--color-5: #c4d600;
}
CSS del degradado de fondo Red Cookie Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #e13e33, #ff6e61, #f7b32b, #c4d600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #e13e33, #ff6e61, #f7b32b, #c4d600);
}
Paletas de colores similares
Red Cookie Delight color palette created on .