Strawberry Cream Color Palette
Discover the beautiful Strawberry Cream color palette featuring mona lisa (#ff9d94), wax flower (#ffbea8), romantic (#ffd9b8), early dawn (#fff8eb) and alabaster (#fcfcfc).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Strawberry Cream palette
๐ป 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);
} ๐ Explore similar color palettes
Strawberry Cream color palette created on .