Paleta de colores Glow in the Dark Yellow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Glow in the Dark Yellow palette

Compartir esta paleta en:

CSS de la paleta de colores Glow in the Dark Yellow

/* CSS */
.color-1 {
color: #b2c8f0;
}
.color-2 {
color: #a3d7d5;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #b2c8f0;
--color-2: #a3d7d5;
--color-3: #f6b83c;
--color-4: #f9c54e;
--color-5: #f94346;
}

CSS del degradado de fondo Glow in the Dark Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c8f0, #a3d7d5, #f6b83c, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c8f0, #a3d7d5, #f6b83c, #f9c54e, #f94346);
}

Glow in the Dark Yellow color palette created on .