Golden Hour Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Hour Glow palette

Condividi questa palette a:

tavolozza dei colori Golden Hour Glow CSS

/* CSS */
.color-1 {
color: #e6a100;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5d000;
}
.color-4 {
color: #fae100;
}
.color-5 {
color: #fae500;
}

/* CSS Variables */
:root {
--color-1: #e6a100;
--color-2: #f5c400;
--color-3: #f5d000;
--color-4: #fae100;
--color-5: #fae500;
}

CSS con gradiente di sfondo Golden Hour Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a100, #f5c400, #f5d000, #fae100, #fae500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a100, #f5c400, #f5d000, #fae100, #fae500);
}

Golden Hour Glow color palette created on .