Coral Dreamland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Dreamland palette

Share this palette to:

Coral Dreamland color palette PNG image

Download coral dreamland color palette PNG image (landscape)
Download coral dreamland color palette PNG image (square)

Coral Dreamland color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffbfa3;
}
.color-4 {
color: #ffdbd1;
}
.color-5 {
color: #fff6f0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa07a;
--color-3: #ffbfa3;
--color-4: #ffdbd1;
--color-5: #fff6f0;
}

Coral Dreamland background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa07a, #ffbfa3, #ffdbd1, #fff6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa07a, #ffbfa3, #ffdbd1, #fff6f0);
}

Coral Dreamland color palette created on .