Paleta de colores Yellow Cookie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Cookie palette
CSS de la paleta de colores Yellow Cookie
/* CSS */
.color-1 {
color: #f9e8b4;
}
.color-2 {
color: #f4d87b;
}
.color-3 {
color: #f0c24c;
}
.color-4 {
color: #e9a52f;
}
.color-5 {
color: #d68924;
}
/* CSS Variables */
:root {
--color-1: #f9e8b4;
--color-2: #f4d87b;
--color-3: #f0c24c;
--color-4: #e9a52f;
--color-5: #d68924;
}
CSS del degradado de fondo Yellow Cookie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e8b4, #f4d87b, #f0c24c, #e9a52f, #d68924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e8b4, #f4d87b, #f0c24c, #e9a52f, #d68924);
}
Paletas de colores similares
Yellow Cookie color palette created on .