Jadestone Bliss Color Palette
Discover the beautiful Jadestone Bliss color palette featuring sinbad (#a7d3c4), aqua island (#b2e0d3), jagged ice (#c1e6e0), tara (#e4f7e7) and saltpan (#f5faf6).
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 Jadestone Bliss palette
💻 Jadestone Bliss color palette CSS
/* CSS */
.color-1 {
color: #a7d3c4;
}
.color-2 {
color: #b2e0d3;
}
.color-3 {
color: #c1e6e0;
}
.color-4 {
color: #e4f7e7;
}
.color-5 {
color: #f5faf6;
}
/* CSS Variables */
:root {
--color-1: #a7d3c4;
--color-2: #b2e0d3;
--color-3: #c1e6e0;
--color-4: #e4f7e7;
--color-5: #f5faf6;
} 🌈 Jadestone Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3c4, #b2e0d3, #c1e6e0, #e4f7e7, #f5faf6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3c4, #b2e0d3, #c1e6e0, #e4f7e7, #f5faf6);
} 🔗 Explore similar color palettes
Jadestone Bliss color palette created on .