Serene Harbor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Harbor palette
Serene Harbor color palette CSS
/* CSS */
.color-1 {
color: #94b092;
}
.color-2 {
color: #20314b;
}
.color-3 {
color: #5b716e;
}
.color-4 {
color: #a6c9b9;
}
.color-5 {
color: #afd1e4;
}
/* CSS Variables */
:root {
--color-1: #94b092;
--color-2: #20314b;
--color-3: #5b716e;
--color-4: #a6c9b9;
--color-5: #afd1e4;
}
Serene Harbor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94b092, #20314b, #5b716e, #a6c9b9, #afd1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94b092, #20314b, #5b716e, #a6c9b9, #afd1e4);
}
Similar color palettes
Serene Harbor color palette created on .