Dragonscale Color Palette
Discover the beautiful Dragonscale color palette featuring gable green (#1a3a3d), ocean green (#469b7e), de york (#70c7a1), chinook (#a5e3b8) and ecru white (#f3f5e5).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGreen, Teal, Bright, Nature, Earthy, Soft, Warm Spring, Tropical, Vibrant color palettes and combinations.
💡 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 Dragonscale palette
💻 Dragonscale color palette CSS
/* CSS */
.color-1 {
color: #1a3a3d;
}
.color-2 {
color: #469b7e;
}
.color-3 {
color: #70c7a1;
}
.color-4 {
color: #a5e3b8;
}
.color-5 {
color: #f3f5e5;
}
/* CSS Variables */
:root {
--color-1: #1a3a3d;
--color-2: #469b7e;
--color-3: #70c7a1;
--color-4: #a5e3b8;
--color-5: #f3f5e5;
}
🌈 Dragonscale background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3a3d, #469b7e, #70c7a1, #a5e3b8, #f3f5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3a3d, #469b7e, #70c7a1, #a5e3b8, #f3f5e5);
}
🔗 Explore similar color palettes
Dragonscale color palette created on .