Bittersweet Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bittersweet Sunshine palette

Condividi questa palette a:

tavolozza dei colori Bittersweet Sunshine CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f6a85a;
}
.color-3 {
color: #f57a38;
}
.color-4 {
color: #d75b3c;
}
.color-5 {
color: #8a4c89;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f6a85a;
--color-3: #f57a38;
--color-4: #d75b3c;
--color-5: #8a4c89;
}

CSS con gradiente di sfondo Bittersweet Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f6a85a, #f57a38, #d75b3c, #8a4c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f6a85a, #f57a38, #d75b3c, #8a4c89);
}

Bittersweet Sunshine color palette created on .