Creamy Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Creamy Orange palette

Condividi questa palette a:

tavolozza dei colori Creamy Orange CSS

/* CSS */
.color-1 {
color: #ffe59e;
}
.color-2 {
color: #ffd8a8;
}
.color-3 {
color: #ffca9e;
}
.color-4 {
color: #ffb59e;
}
.color-5 {
color: #ffa07a;
}

/* CSS Variables */
:root {
--color-1: #ffe59e;
--color-2: #ffd8a8;
--color-3: #ffca9e;
--color-4: #ffb59e;
--color-5: #ffa07a;
}

CSS con gradiente di sfondo Creamy Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe59e, #ffd8a8, #ffca9e, #ffb59e, #ffa07a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe59e, #ffd8a8, #ffca9e, #ffb59e, #ffa07a);
}

Creamy Orange color palette created on .