Apricot Bliss Color Palette
Discover the beautiful Apricot Bliss color palette featuring corvette (#fbc3a2), wewak (#f2a6a1), new york pink (#d5897b), santa fe (#b86e4c) and corvette (#fad6a3).
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 Apricot Bliss palette
๐ป Apricot Bliss color palette CSS
/* CSS */
.color-1 {
color: #fbc3a2;
}
.color-2 {
color: #f2a6a1;
}
.color-3 {
color: #d5897b;
}
.color-4 {
color: #b86e4c;
}
.color-5 {
color: #fad6a3;
}
/* CSS Variables */
:root {
--color-1: #fbc3a2;
--color-2: #f2a6a1;
--color-3: #d5897b;
--color-4: #b86e4c;
--color-5: #fad6a3;
}
๐ Apricot Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc3a2, #f2a6a1, #d5897b, #b86e4c, #fad6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc3a2, #f2a6a1, #d5897b, #b86e4c, #fad6a3);
}
๐ Explore similar color palettes
Apricot Bliss color palette created on .