Golden Heritage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Heritage palette

Condividi questa palette a:

tavolozza dei colori Golden Heritage CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffdd33;
}
.color-4 {
color: #ffeb66;
}
.color-5 {
color: #fff2b3;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #ffcc00;
--color-3: #ffdd33;
--color-4: #ffeb66;
--color-5: #fff2b3;
}

CSS con gradiente di sfondo Golden Heritage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #ffcc00, #ffdd33, #ffeb66, #fff2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #ffcc00, #ffdd33, #ffeb66, #fff2b3);
}

Golden Heritage color palette created on .