Crafty Corn Cyan Color Palette
Discover the beautiful Crafty Corn Cyan color palette featuring persian green (#00b3aa), turquoise (#3ddbdb), spray (#6ef2e1), ice cold (#a3f5e3) and beige (#f7f8e8).
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 Crafty Corn Cyan palette
💻 Crafty Corn Cyan color palette CSS
/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #3ddbdb;
}
.color-3 {
color: #6ef2e1;
}
.color-4 {
color: #a3f5e3;
}
.color-5 {
color: #f7f8e8;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #3ddbdb;
--color-3: #6ef2e1;
--color-4: #a3f5e3;
--color-5: #f7f8e8;
} 🌈 Crafty Corn Cyan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #3ddbdb, #6ef2e1, #a3f5e3, #f7f8e8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #3ddbdb, #6ef2e1, #a3f5e3, #f7f8e8);
} 🔗 Explore similar color palettes
Crafty Corn Cyan color palette created on .