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: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #afeeee;
}
.color-5 {
color: #3ee0cf;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #afeeee;
--color-5: #3ee0cf;
}
Coral and Aqua Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffec3d, #afeeee, #3ee0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffec3d, #afeeee, #3ee0cf);
}
Similar color palettes
Coral and Aqua Dream color palette created on .