Coastal Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Sunrise palette

Share this palette to:

Coastal Sunrise color palette CSS

/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #9edff0;
}
.color-3 {
color: #f2f68e;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #9edff0;
--color-3: #f2f68e;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

Coastal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #9edff0, #f2f68e, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #9edff0, #f2f68e, #ffb84d, #ff6e61);
}

Coastal Sunrise color palette created on .