Yellow Cookie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Cookie palette

Condividi questa palette a:

tavolozza dei colori Yellow Cookie CSS

/* CSS */
.color-1 {
color: #f9e8b4;
}
.color-2 {
color: #f4d87b;
}
.color-3 {
color: #f0c24c;
}
.color-4 {
color: #e9a52f;
}
.color-5 {
color: #d68924;
}

/* CSS Variables */
:root {
--color-1: #f9e8b4;
--color-2: #f4d87b;
--color-3: #f0c24c;
--color-4: #e9a52f;
--color-5: #d68924;
}

CSS con gradiente di sfondo Yellow Cookie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e8b4, #f4d87b, #f0c24c, #e9a52f, #d68924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e8b4, #f4d87b, #f0c24c, #e9a52f, #d68924);
}

Yellow Cookie color palette created on .