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: #d63855;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #91d9a9;
}
.color-5 {
color: #6a82fb;
}

/* CSS Variables */
:root {
--color-1: #d63855;
--color-2: #ff8052;
--color-3: #ffb84d;
--color-4: #91d9a9;
--color-5: #6a82fb;
}

Coral Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63855, #ff8052, #ffb84d, #91d9a9, #6a82fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63855, #ff8052, #ffb84d, #91d9a9, #6a82fb);
}

Coral Dreams color palette created on .