Crafty Corn Cyan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crafty Corn Cyan palette

Share this palette to:

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);
}

Similar color palettes

Scroll down to explore 3 Cyan color palettes

Crafty Corn Cyan color palette created on .