Coral Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Dream palette

Share this palette to:

Coral Dream color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe59e;
}
.color-4 {
color: #a6d8b9;
}
.color-5 {
color: #6cc6e4;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffe59e;
--color-4: #a6d8b9;
--color-5: #6cc6e4;
}

Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffe59e, #a6d8b9, #6cc6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffe59e, #a6d8b9, #6cc6e4);
}

Coral Dream color palette created on .