Blessed Bendy Color Palette
Discover the beautiful Blessed Bendy color palette featuring manhattan (#f5c8a3), tacao (#f0b87f), di serria (#e39968), japonica (#d56858) and medium carmine (#b24d38).
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 Blessed Bendy palette
๐ป Blessed Bendy color palette CSS
/* CSS */
.color-1 {
color: #f5c8a3;
}
.color-2 {
color: #f0b87f;
}
.color-3 {
color: #e39968;
}
.color-4 {
color: #d56858;
}
.color-5 {
color: #b24d38;
}
/* CSS Variables */
:root {
--color-1: #f5c8a3;
--color-2: #f0b87f;
--color-3: #e39968;
--color-4: #d56858;
--color-5: #b24d38;
} ๐ Blessed Bendy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c8a3, #f0b87f, #e39968, #d56858, #b24d38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c8a3, #f0b87f, #e39968, #d56858, #b24d38);
} ๐ Explore similar color palettes
Blessed Bendy color palette created on .