Sunset Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Embrace palette

Condividi questa palette a:

tavolozza dei colori Sunset Embrace CSS

/* CSS */
.color-1 {
color: #ffcb5c;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #d4a625;
}
.color-5 {
color: #f7d9a1;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff7142;
--color-3: #ff4d4f;
--color-4: #d4a625;
--color-5: #f7d9a1;
}

CSS con gradiente di sfondo Sunset Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff7142, #ff4d4f, #d4a625, #f7d9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff7142, #ff4d4f, #d4a625, #f7d9a1);
}

Sunset Embrace color palette created on .