Coral Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Dreams palette

Share this palette to:

Coral Dreams color palette CSS

/* CSS */
.color-1 {
color: #ff6c52;
}
.color-2 {
color: #ffb742;
}
.color-3 {
color: #50c3ac;
}
.color-4 {
color: #83148f;
}
.color-5 {
color: #f83f2a;
}

/* CSS Variables */
:root {
--color-1: #ff6c52;
--color-2: #ffb742;
--color-3: #50c3ac;
--color-4: #83148f;
--color-5: #f83f2a;
}

Coral Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c52, #ffb742, #50c3ac, #83148f, #f83f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c52, #ffb742, #50c3ac, #83148f, #f83f2a);
}

Coral Dreams color palette created on .