Cazu Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cazu Coral palette

Share this palette to:

Cazu Coral color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffd65c;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #a7d7b8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e3d;
--color-3: #ffd65c;
--color-4: #f2e7a6;
--color-5: #a7d7b8;
}

Cazu Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e3d, #ffd65c, #f2e7a6, #a7d7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e3d, #ffd65c, #f2e7a6, #a7d7b8);
}

Cazu Coral color palette created on .