Creative Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creative Coral palette

Share this palette to:

Creative Coral color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f907e;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #d5b895;
}
.color-5 {
color: #ff3d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f907e;
--color-3: #ffcb5c;
--color-4: #d5b895;
--color-5: #ff3d4d;
}

Creative Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f907e, #ffcb5c, #d5b895, #ff3d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f907e, #ffcb5c, #d5b895, #ff3d4d);
}

Creative Coral color palette created on .