Coral Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Moonlight palette

Share this palette to:

Coral Moonlight color palette CSS

/* CSS */
.color-1 {
color: #f2a6b5;
}
.color-2 {
color: #d3646f;
}
.color-3 {
color: #b72a38;
}
.color-4 {
color: #9d2a2e;
}
.color-5 {
color: #6b4c4f;
}

/* CSS Variables */
:root {
--color-1: #f2a6b5;
--color-2: #d3646f;
--color-3: #b72a38;
--color-4: #9d2a2e;
--color-5: #6b4c4f;
}

Coral Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6b5, #d3646f, #b72a38, #9d2a2e, #6b4c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6b5, #d3646f, #b72a38, #9d2a2e, #6b4c4f);
}

Coral Moonlight color palette created on .