Whispers of the Shore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Shore palette

Share this palette to:

Whispers of the Shore color palette CSS

/* CSS */
.color-1 {
color: #a2c9e2;
}
.color-2 {
color: #f1e7b1;
}
.color-3 {
color: #f6a579;
}
.color-4 {
color: #d67b6b;
}
.color-5 {
color: #b25c7f;
}

/* CSS Variables */
:root {
--color-1: #a2c9e2;
--color-2: #f1e7b1;
--color-3: #f6a579;
--color-4: #d67b6b;
--color-5: #b25c7f;
}

Whispers of the Shore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c9e2, #f1e7b1, #f6a579, #d67b6b, #b25c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c9e2, #f1e7b1, #f6a579, #d67b6b, #b25c7f);
}

Whispers of the Shore color palette created on .