Sweet Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Elegance palette
Sweet Elegance color palette CSS
/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e8aca1;
}
.color-3 {
color: #f1bca7;
}
.color-4 {
color: #e9b8a0;
}
.color-5 {
color: #e9af9f;
}
/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e8aca1;
--color-3: #f1bca7;
--color-4: #e9b8a0;
--color-5: #e9af9f;
}
Sweet Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e8aca1, #f1bca7, #e9b8a0, #e9af9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e8aca1, #f1bca7, #e9b8a0, #e9af9f);
}
Similar color palettes
Sweet Elegance color palette created on .