Strings of Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Strings of Sunset palette

Condividi questa palette a:

tavolozza dei colori Strings of Sunset CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb7a3;
}
.color-4 {
color: #ffcbb8;
}
.color-5 {
color: #ffd4c7;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff998a;
--color-3: #ffb7a3;
--color-4: #ffcbb8;
--color-5: #ffd4c7;
}

CSS con gradiente di sfondo Strings of Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff998a, #ffb7a3, #ffcbb8, #ffd4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff998a, #ffb7a3, #ffcbb8, #ffd4c7);
}

Strings of Sunset color palette created on .