Whispers of the Shore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of the Shore palette
Whispers of the Shore color palette CSS
/* CSS */
.color-1 {
color: #a9d8e5;
}
.color-2 {
color: #f0f8e2;
}
.color-3 {
color: #f9c69f;
}
.color-4 {
color: #f6a788;
}
.color-5 {
color: #e47c7c;
}
/* CSS Variables */
:root {
--color-1: #a9d8e5;
--color-2: #f0f8e2;
--color-3: #f9c69f;
--color-4: #f6a788;
--color-5: #e47c7c;
}
Whispers of the Shore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e5, #f0f8e2, #f9c69f, #f6a788, #e47c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e5, #f0f8e2, #f9c69f, #f6a788, #e47c7c);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whispers of the Shore color palette created on .