Coral Spring Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Spring palette

Share this palette to:

Coral Spring color palette PNG image

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

Coral Spring color palette CSS

/* CSS */
.color-1 {
color: #f7e9ca;
}
.color-2 {
color: #f4b5a4;
}
.color-3 {
color: #f29d9c;
}
.color-4 {
color: #d77f91;
}
.color-5 {
color: #a85d8c;
}

/* CSS Variables */
:root {
--color-1: #f7e9ca;
--color-2: #f4b5a4;
--color-3: #f29d9c;
--color-4: #d77f91;
--color-5: #a85d8c;
}

Coral Spring background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9ca, #f4b5a4, #f29d9c, #d77f91, #a85d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9ca, #f4b5a4, #f29d9c, #d77f91, #a85d8c);
}

Coral Spring color palette created on .