Golden Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Radiance palette

Condividi questa palette a:

tavolozza dei colori Golden Radiance CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ffea00;
}
.color-3 {
color: #fff6a3;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #fda312;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ffea00;
--color-3: #fff6a3;
--color-4: #f9c54e;
--color-5: #fda312;
}

CSS con gradiente di sfondo Golden Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ffea00, #fff6a3, #f9c54e, #fda312);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ffea00, #fff6a3, #f9c54e, #fda312);
}

Golden Radiance color palette created on .