Jill's Sunset Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Jill's Sunset Blush palette

Condividi questa palette a:

tavolozza dei colori Jill's Sunset Blush CSS

/* CSS */
.color-1 {
color: #f8c48b;
}
.color-2 {
color: #f5a67f;
}
.color-3 {
color: #f37f6d;
}
.color-4 {
color: #e85b59;
}
.color-5 {
color: #d83b40;
}

/* CSS Variables */
:root {
--color-1: #f8c48b;
--color-2: #f5a67f;
--color-3: #f37f6d;
--color-4: #e85b59;
--color-5: #d83b40;
}

CSS con gradiente di sfondo Jill's Sunset Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c48b, #f5a67f, #f37f6d, #e85b59, #d83b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c48b, #f5a67f, #f37f6d, #e85b59, #d83b40);
}

Jill's Sunset Blush color palette created on .