Paleta de colores Cheddar Delight
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cheddar Delight palette
CSS de la paleta de colores Cheddar Delight
/* CSS */
.color-1 {
color: #ffd65c;
}
.color-2 {
color: #f4a20b;
}
.color-3 {
color: #e68e00;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #c76a00;
}
/* CSS Variables */
:root {
--color-1: #ffd65c;
--color-2: #f4a20b;
--color-3: #e68e00;
--color-4: #d67900;
--color-5: #c76a00;
}
CSS del degradado de fondo Cheddar Delight
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd65c, #f4a20b, #e68e00, #d67900, #c76a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd65c, #f4a20b, #e68e00, #d67900, #c76a00);
}
Paletas de colores similares
Cheddar Delight color palette created on .