Serenade of Soojin Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenade of Soojin palette

Condividi questa palette a:

tavolozza dei colori Serenade of Soojin CSS

/* CSS */
.color-1 {
color: #f76755;
}
.color-2 {
color: #f2a88d;
}
.color-3 {
color: #f4e090;
}
.color-4 {
color: #9adad7;
}
.color-5 {
color: #50a2b9;
}

/* CSS Variables */
:root {
--color-1: #f76755;
--color-2: #f2a88d;
--color-3: #f4e090;
--color-4: #9adad7;
--color-5: #50a2b9;
}

CSS con gradiente di sfondo Serenade of Soojin

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76755, #f2a88d, #f4e090, #9adad7, #50a2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76755, #f2a88d, #f4e090, #9adad7, #50a2b9);
}

Serenade of Soojin color palette created on .