Beautiful Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Beautiful Yellow palette

Condividi questa palette a:

tavolozza dei colori Beautiful Yellow CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f6dcd0;
}
.color-4 {
color: #a3c2e0;
}
.color-5 {
color: #5e8da1;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a8a2;
--color-3: #f6dcd0;
--color-4: #a3c2e0;
--color-5: #5e8da1;
}

CSS con gradiente di sfondo Beautiful Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a8a2, #f6dcd0, #a3c2e0, #5e8da1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a8a2, #f6dcd0, #a3c2e0, #5e8da1);
}

Beautiful Yellow color palette created on .