Blushing Treasures Color Palette
Discover the beautiful Blushing Treasures color palette featuring apricot peach (#f9bfb4), wewak (#f2a1b5), deep blush (#e8699a), cranberry (#d44991) and wisteria (#a460af).
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 Blushing Treasures palette
๐ป Blushing Treasures color palette CSS
/* CSS */
.color-1 {
color: #f9bfb4;
}
.color-2 {
color: #f2a1b5;
}
.color-3 {
color: #e8699a;
}
.color-4 {
color: #d44991;
}
.color-5 {
color: #a460af;
}
/* CSS Variables */
:root {
--color-1: #f9bfb4;
--color-2: #f2a1b5;
--color-3: #e8699a;
--color-4: #d44991;
--color-5: #a460af;
}
๐ Blushing Treasures background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9bfb4, #f2a1b5, #e8699a, #d44991, #a460af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9bfb4, #f2a1b5, #e8699a, #d44991, #a460af);
}
๐ Explore similar color palettes
Blushing Treasures color palette created on .