Coastal Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Whispers palette
Coastal Whispers color palette CSS
/* CSS */
.color-1 {
color: #4cb8a9;
}
.color-2 {
color: #f7b2a6;
}
.color-3 {
color: #f6e7b1;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #f26969;
}
/* CSS Variables */
:root {
--color-1: #4cb8a9;
--color-2: #f7b2a6;
--color-3: #f6e7b1;
--color-4: #fab700;
--color-5: #f26969;
}
Coastal Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb8a9, #f7b2a6, #f6e7b1, #fab700, #f26969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb8a9, #f7b2a6, #f6e7b1, #fab700, #f26969);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Coastal Whispers color palette created on .