Golden Note Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Note palette

Condividi questa palette a:

tavolozza dei colori Golden Note CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f27b3a;
}
.color-3 {
color: #e45b3f;
}
.color-4 {
color: #ed7d7f;
}
.color-5 {
color: #d5a6e2;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f27b3a;
--color-3: #e45b3f;
--color-4: #ed7d7f;
--color-5: #d5a6e2;
}

CSS con gradiente di sfondo Golden Note

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f27b3a, #e45b3f, #ed7d7f, #d5a6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f27b3a, #e45b3f, #ed7d7f, #d5a6e2);
}

Golden Note color palette created on .