Coral and Mint Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral and Mint palette
Coral and Mint color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa05c;
}
.color-3 {
color: #f4c210;
}
.color-4 {
color: #5cdb95;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa05c;
--color-3: #f4c210;
--color-4: #5cdb95;
--color-5: #4a4e68;
}
Coral and Mint background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa05c, #f4c210, #5cdb95, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa05c, #f4c210, #5cdb95, #4a4e68);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Coral and Mint color palette created on .