Strawberry Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Strawberry Cream palette
Strawberry Cream color palette PNG image
Strawberry Cream color palette CSS
/* CSS */
.color-1 {
color: #ff9d94;
}
.color-2 {
color: #ffbea8;
}
.color-3 {
color: #ffd9b8;
}
.color-4 {
color: #fff8eb;
}
.color-5 {
color: #fcfcfc;
}
/* CSS Variables */
:root {
--color-1: #ff9d94;
--color-2: #ffbea8;
--color-3: #ffd9b8;
--color-4: #fff8eb;
--color-5: #fcfcfc;
}
Strawberry Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d94, #ffbea8, #ffd9b8, #fff8eb, #fcfcfc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d94, #ffbea8, #ffd9b8, #fff8eb, #fcfcfc);
}
Similar color palettes
Strawberry Cream color palette created on .