Golden Rex Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Rex palette

Condividi questa palette a:

tavolozza dei colori Golden Rex CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ffe7b3;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffcc00;
--color-3: #ffd942;
--color-4: #ffeb8a;
--color-5: #ffe7b3;
}

CSS con gradiente di sfondo Golden Rex

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffcc00, #ffd942, #ffeb8a, #ffe7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffcc00, #ffd942, #ffeb8a, #ffe7b3);
}

Golden Rex color palette created on .