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