Beastars Color Palette
Discover the beautiful Beastars color palette featuring porsche (#e6a55c), ronchi (#f1c84b), deco (#c1d48c), danube (#6d9bd0) and kashmir blue (#4d5f99).
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 Beastars palette
๐ป Beastars color palette CSS
/* CSS */
.color-1 {
color: #e6a55c;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #c1d48c;
}
.color-4 {
color: #6d9bd0;
}
.color-5 {
color: #4d5f99;
}
/* CSS Variables */
:root {
--color-1: #e6a55c;
--color-2: #f1c84b;
--color-3: #c1d48c;
--color-4: #6d9bd0;
--color-5: #4d5f99;
}
๐ Beastars background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a55c, #f1c84b, #c1d48c, #6d9bd0, #4d5f99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a55c, #f1c84b, #c1d48c, #6d9bd0, #4d5f99);
}
๐ Explore similar color palettes
Beastars color palette created on .