Coral Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Dreams palette
Coral Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #b2e0c3;
}
.color-5 {
color: #65b5f6;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffe0b3;
--color-4: #b2e0c3;
--color-5: #65b5f6;
}
Coral Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffe0b3, #b2e0c3, #65b5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffe0b3, #b2e0c3, #65b5f6);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Coral Dreams color palette created on .