Sunlit Coastal Retreat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Coastal Retreat palette

Share this palette to:

Sunlit Coastal Retreat color palette CSS

/* CSS */
.color-1 {
color: #e3ba6d;
}
.color-2 {
color: #c89646;
}
.color-3 {
color: #7694b2;
}
.color-4 {
color: #658cae;
}
.color-5 {
color: #9f6d28;
}

/* CSS Variables */
:root {
--color-1: #e3ba6d;
--color-2: #c89646;
--color-3: #7694b2;
--color-4: #658cae;
--color-5: #9f6d28;
}

Sunlit Coastal Retreat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3ba6d, #c89646, #7694b2, #658cae, #9f6d28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3ba6d, #c89646, #7694b2, #658cae, #9f6d28);
}

Sunlit Coastal Retreat color palette created on .