Coastal Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Sunshine palette

Share this palette to:

Coastal Sunshine color palette CSS

/* CSS */
.color-1 {
color: #f2d85a;
}
.color-2 {
color: #4a9abf;
}
.color-3 {
color: #a3e0b1;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #f2d85a;
--color-2: #4a9abf;
--color-3: #a3e0b1;
--color-4: #f4a462;
--color-5: #e76e50;
}

Coastal Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d85a, #4a9abf, #a3e0b1, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d85a, #4a9abf, #a3e0b1, #f4a462, #e76e50);
}

Coastal Sunshine color palette created on .