Deep Coral Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Coral Sunset palette

Share this palette to:

Deep Coral Sunset color palette PNG image

Download deep coral sunset color palette PNG image (landscape)
Download deep coral sunset color palette PNG image (square)

Deep Coral Sunset color palette CSS

/* CSS */
.color-1 {
color: #003f5c;
}
.color-2 {
color: #304c7e;
}
.color-3 {
color: #665190;
}
.color-4 {
color: #d44e86;
}
.color-5 {
color: #f95d6a;
}

/* CSS Variables */
:root {
--color-1: #003f5c;
--color-2: #304c7e;
--color-3: #665190;
--color-4: #d44e86;
--color-5: #f95d6a;
}

Deep Coral Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}

Deep Coral Sunset color palette created on .