Creamy Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Creamy Yellow palette

Condividi questa palette a:

tavolozza dei colori Creamy Yellow CSS

/* CSS */
.color-1 {
color: #f9e4be;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #eabf34;
}
.color-4 {
color: #e0b12e;
}
.color-5 {
color: #c59c2b;
}

/* CSS Variables */
:root {
--color-1: #f9e4be;
--color-2: #f1c84b;
--color-3: #eabf34;
--color-4: #e0b12e;
--color-5: #c59c2b;
}

CSS con gradiente di sfondo Creamy Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4be, #f1c84b, #eabf34, #e0b12e, #c59c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4be, #f1c84b, #eabf34, #e0b12e, #c59c2b);
}

Creamy Yellow color palette created on .