Asia Color Palette
Discover the beautiful Asia color palette featuring pale leaf (#c3d2b7), edward (#a6baad), viridian green (#698c7c), nandor (#4d6a5f) and plantation (#2b503f).
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 Asia palette
💻 Asia color palette CSS
/* CSS */
.color-1 {
color: #c3d2b7;
}
.color-2 {
color: #a6baad;
}
.color-3 {
color: #698c7c;
}
.color-4 {
color: #4d6a5f;
}
.color-5 {
color: #2b503f;
}
/* CSS Variables */
:root {
--color-1: #c3d2b7;
--color-2: #a6baad;
--color-3: #698c7c;
--color-4: #4d6a5f;
--color-5: #2b503f;
}
🌈 Asia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3d2b7, #a6baad, #698c7c, #4d6a5f, #2b503f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3d2b7, #a6baad, #698c7c, #4d6a5f, #2b503f);
}
🔗 Explore similar color palettes
Asia color palette created on .