Sweet Forelady Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Forelady palette

Condividi questa palette a:

tavolozza dei colori Sweet Forelady CSS

/* CSS */
.color-1 {
color: #fdc5c4;
}
.color-2 {
color: #fa858c;
}
.color-3 {
color: #e1b4ad;
}
.color-4 {
color: #624865;
}
.color-5 {
color: #922074;
}

/* CSS Variables */
:root {
--color-1: #fdc5c4;
--color-2: #fa858c;
--color-3: #e1b4ad;
--color-4: #624865;
--color-5: #922074;
}

CSS con gradiente di sfondo Sweet Forelady

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdc5c4, #fa858c, #e1b4ad, #624865, #922074);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdc5c4, #fa858c, #e1b4ad, #624865, #922074);
}

Sweet Forelady color palette created on .