Glow in the Dark Yellow Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Glow in the Dark Yellow palette
tavolozza dei colori Glow in the Dark Yellow CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Glow in the Dark Yellow color palette created on .