Soft Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Yellow palette

Condividi questa palette a:

tavolozza dei colori Soft Yellow CSS

/* CSS */
.color-1 {
color: #e4b05e;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f5d1d7;
}
.color-4 {
color: #c7b7e6;
}
.color-5 {
color: #a2c2e6;
}

/* CSS Variables */
:root {
--color-1: #e4b05e;
--color-2: #f1c6a7;
--color-3: #f5d1d7;
--color-4: #c7b7e6;
--color-5: #a2c2e6;
}

CSS con gradiente di sfondo Soft Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b05e, #f1c6a7, #f5d1d7, #c7b7e6, #a2c2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b05e, #f1c6a7, #f5d1d7, #c7b7e6, #a2c2e6);
}

Soft Yellow color palette created on .