Sweet Summer Slices Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Summer Slices palette
Sweet Summer Slices color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d85;
}
.color-3 {
color: #ffb7a3;
}
.color-4 {
color: #f5e3e0;
}
.color-5 {
color: #ffcdcc;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d85;
--color-3: #ffb7a3;
--color-4: #f5e3e0;
--color-5: #ffcdcc;
}
Sweet Summer Slices background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d85, #ffb7a3, #f5e3e0, #ffcdcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d85, #ffb7a3, #f5e3e0, #ffcdcc);
}
Similar color palettes
Sweet Summer Slices color palette created on .