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