Boho Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Boho Dream palette
Boho Dream color palette PNG image
Boho Dream color palette CSS
/* CSS */
.color-1 {
color: #f4c49f;
}
.color-2 {
color: #f3b3a0;
}
.color-3 {
color: #e2a6b8;
}
.color-4 {
color: #c49cc4;
}
.color-5 {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--color-1: #f4c49f;
--color-2: #f3b3a0;
--color-3: #e2a6b8;
--color-4: #c49cc4;
--color-5: #a2c7e7;
}
Boho Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c49f, #f3b3a0, #e2a6b8, #c49cc4, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c49f, #f3b3a0, #e2a6b8, #c49cc4, #a2c7e7);
}
Similar color palettes
Boho Dream color palette created on .