Muted Boho Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Boho Bliss palette
Color Inspiration
Images that showcase this color palette in real designs
Download Muted Boho Bliss Color Palette (PNG)
Muted Boho Bliss color palette CSS
/* CSS */
.color-1 {
color: #c5b8a5;
}
.color-2 {
color: #a68c7d;
}
.color-3 {
color: #7a5c57;
}
.color-4 {
color: #beae9d;
}
.color-5 {
color: #e2c2a6;
}
/* CSS Variables */
:root {
--color-1: #c5b8a5;
--color-2: #a68c7d;
--color-3: #7a5c57;
--color-4: #beae9d;
--color-5: #e2c2a6;
}
Muted Boho Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b8a5, #a68c7d, #7a5c57, #beae9d, #e2c2a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b8a5, #a68c7d, #7a5c57, #beae9d, #e2c2a6);
}
Similar color palettes
Muted Boho Bliss color palette created on .