Sweet Forelady Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Forelady palette
Sweet Forelady color palette CSS
/* CSS */
.color-1 {
color: #fed7de;
}
.color-2 {
color: #fdafc2;
}
.color-3 {
color: #e7cfd3;
}
.color-4 {
color: #837fad;
}
.color-5 {
color: #a75bb9;
}
/* CSS Variables */
:root {
--color-1: #fed7de;
--color-2: #fdafc2;
--color-3: #e7cfd3;
--color-4: #837fad;
--color-5: #a75bb9;
}
Sweet Forelady background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed7de, #fdafc2, #e7cfd3, #837fad, #a75bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed7de, #fdafc2, #e7cfd3, #837fad, #a75bb9);
}
Similar color palettes
Sweet Forelady color palette created on .