Adult Coral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Adult Coral palette

Share this palette to:

Adult Coral color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #5c4b8b;
}
.color-4 {
color: #e5b86c;
}
.color-5 {
color: #da5f49;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9dc5;
--color-3: #5c4b8b;
--color-4: #e5b86c;
--color-5: #da5f49;
}

Adult Coral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9dc5, #5c4b8b, #e5b86c, #da5f49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9dc5, #5c4b8b, #e5b86c, #da5f49);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Adult Coral color palette created on .