Cosmic Verdant Color Palette
Discover the beautiful Cosmic Verdant color palette featuring apple (#54b44e), celery (#97c74c), pear (#d2df3c), gorse (#ffed43) and lightning yellow (#ffc313).
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 Cosmic Verdant palette
💻 Cosmic Verdant color palette CSS
/* CSS */
.color-1 {
color: #54b44e;
}
.color-2 {
color: #97c74c;
}
.color-3 {
color: #d2df3c;
}
.color-4 {
color: #ffed43;
}
.color-5 {
color: #ffc313;
}
/* CSS Variables */
:root {
--color-1: #54b44e;
--color-2: #97c74c;
--color-3: #d2df3c;
--color-4: #ffed43;
--color-5: #ffc313;
} 🌈 Cosmic Verdant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #54b44e, #97c74c, #d2df3c, #ffed43, #ffc313);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #54b44e, #97c74c, #d2df3c, #ffed43, #ffc313);
} 🔗 Explore similar color palettes
Cosmic Verdant color palette created on .