Ethereal Blossom Color Palette
Discover the beautiful Ethereal Blossom color palette featuring wheat (#f3e4aa), mandys pink (#efc1a3), wewak (#f1a7b4), can can (#d68faa) and wisteria (#a66ab9).
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 Ethereal Blossom palette
๐ป Ethereal Blossom color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #efc1a3;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #d68faa;
}
.color-5 {
color: #a66ab9;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #efc1a3;
--color-3: #f1a7b4;
--color-4: #d68faa;
--color-5: #a66ab9;
} ๐ Ethereal Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #efc1a3, #f1a7b4, #d68faa, #a66ab9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #efc1a3, #f1a7b4, #d68faa, #a66ab9);
} ๐ Explore similar color palettes
Ethereal Blossom color palette created on .