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 .