Strawberry Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Strawberry Shades palette
Strawberry Shades color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e61;
}
.color-3 {
color: #ffb85c;
}
.color-4 {
color: #f1e6a7;
}
.color-5 {
color: #d4a6a1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e61;
--color-3: #ffb85c;
--color-4: #f1e6a7;
--color-5: #d4a6a1;
}
Strawberry Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e61, #ffb85c, #f1e6a7, #d4a6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e61, #ffb85c, #f1e6a7, #d4a6a1);
}
Similar color palettes
Strawberry Shades color palette created on .