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: #a0c5d4;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f4cbae;
}
.color-4 {
color: #e4b72f;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #a0c5d4;
--color-2: #f1a8a2;
--color-3: #f4cbae;
--color-4: #e4b72f;
--color-5: #f05a28;
}

Coastal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0c5d4, #f1a8a2, #f4cbae, #e4b72f, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0c5d4, #f1a8a2, #f4cbae, #e4b72f, #f05a28);
}

Coastal Sunrise color palette created on .