Sweet Forelady Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Forelady palette

Share this palette to:

Sweet Forelady color palette 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;
}

Sweet Forelady background gradient CSS

/* 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 .