Golden Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Serenity palette

Condividi questa palette a:

tavolozza dei colori Golden Serenity CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d000;
}
.color-3 {
color: #f2e7ba;
}
.color-4 {
color: #a4daa6;
}
.color-5 {
color: #7e9cc9;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d000;
--color-3: #f2e7ba;
--color-4: #a4daa6;
--color-5: #7e9cc9;
}

CSS con gradiente di sfondo Golden Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d000, #f2e7ba, #a4daa6, #7e9cc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d000, #f2e7ba, #a4daa6, #7e9cc9);
}

Golden Serenity color palette created on .