Whispers of Coastal Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Coastal Dusk palette

Share this palette to:

Whispers of Coastal Dusk color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dcdad5;
}
.color-3 {
color: #ac9686;
}
.color-4 {
color: #7d695e;
}
.color-5 {
color: #0f639f;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dcdad5;
--color-3: #ac9686;
--color-4: #7d695e;
--color-5: #0f639f;
}

Whispers of Coastal Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dcdad5, #ac9686, #7d695e, #0f639f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dcdad5, #ac9686, #7d695e, #0f639f);
}

Whispers of Coastal Dusk color palette created on .