Coral Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Blossom palette

Share this palette to:

Coral Blossom color palette CSS

/* CSS */
.color-1 {
color: #ffab8a;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #d54463;
}
.color-5 {
color: #aa3c7c;
}

/* CSS Variables */
:root {
--color-1: #ffab8a;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #d54463;
--color-5: #aa3c7c;
}

Coral Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffab8a, #ff6e61, #ff4d4d, #d54463, #aa3c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffab8a, #ff6e61, #ff4d4d, #d54463, #aa3c7c);
}

Coral Blossom color palette created on .