Coastal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coastal Serenity palette
Coastal Serenity color palette CSS
/* CSS */
.color-1 {
color: #d5c5aa;
}
.color-2 {
color: #e4d7b9;
}
.color-3 {
color: #f0e3c7;
}
.color-4 {
color: #f6e7d5;
}
.color-5 {
color: #f9efe7;
}
/* CSS Variables */
:root {
--color-1: #d5c5aa;
--color-2: #e4d7b9;
--color-3: #f0e3c7;
--color-4: #f6e7d5;
--color-5: #f9efe7;
}
Coastal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c5aa, #e4d7b9, #f0e3c7, #f6e7d5, #f9efe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c5aa, #e4d7b9, #f0e3c7, #f6e7d5, #f9efe7);
}
Similar color palettes
Coastal Serenity color palette created on .