Coastal Sunlit Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Sunlit Breeze palette

Share this palette to:

Coastal Sunlit Breeze color palette CSS

/* CSS */
.color-1 {
color: #d7ae5b;
}
.color-2 {
color: #7594b3;
}
.color-3 {
color: #648caf;
}
.color-4 {
color: #a8772e;
}
.color-5 {
color: #507fa5;
}

/* CSS Variables */
:root {
--color-1: #d7ae5b;
--color-2: #7594b3;
--color-3: #648caf;
--color-4: #a8772e;
--color-5: #507fa5;
}

Coastal Sunlit Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7ae5b, #7594b3, #648caf, #a8772e, #507fa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7ae5b, #7594b3, #648caf, #a8772e, #507fa5);
}

Coastal Sunlit Breeze color palette created on .