Strawberry Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Strawberry Bliss palette
Strawberry Bliss color palette CSS
/* CSS */
.color-1 {
color: #ea5d8e;
}
.color-2 {
color: #fbab93;
}
.color-3 {
color: #fcebba;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #b5e3a1;
}
/* CSS Variables */
:root {
--color-1: #ea5d8e;
--color-2: #fbab93;
--color-3: #fcebba;
--color-4: #f9d66c;
--color-5: #b5e3a1;
}
Strawberry Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea5d8e, #fbab93, #fcebba, #f9d66c, #b5e3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea5d8e, #fbab93, #fcebba, #f9d66c, #b5e3a1);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Strawberry Bliss color palette created on .