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