Blocky Biome Bliss Color Palette
Discover the beautiful Blocky Biome Bliss color palette featuring fern (#5dbb63), feijoa (#a7d770), manz (#e2ef81), ronchi (#f0c74c) and flame pea (#d95d3a).
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 Blocky Biome Bliss palette
💻 Blocky Biome Bliss color palette CSS
/* CSS */
.color-1 {
color: #5dbb63;
}
.color-2 {
color: #a7d770;
}
.color-3 {
color: #e2ef81;
}
.color-4 {
color: #f0c74c;
}
.color-5 {
color: #d95d3a;
}
/* CSS Variables */
:root {
--color-1: #5dbb63;
--color-2: #a7d770;
--color-3: #e2ef81;
--color-4: #f0c74c;
--color-5: #d95d3a;
} 🌈 Blocky Biome Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dbb63, #a7d770, #e2ef81, #f0c74c, #d95d3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dbb63, #a7d770, #e2ef81, #f0c74c, #d95d3a);
} 🔗 Explore similar color palettes
Blocky Biome Bliss color palette created on .