Serene Haven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Haven palette
Serene Haven color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #0f0e0a;
}
.color-3 {
color: #98cdbd;
}
.color-4 {
color: #315877;
}
.color-5 {
color: #e8edab;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #0f0e0a;
--color-3: #98cdbd;
--color-4: #315877;
--color-5: #e8edab;
}
Serene Haven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #0f0e0a, #98cdbd, #315877, #e8edab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #0f0e0a, #98cdbd, #315877, #e8edab);
}
Similar color palettes
Scroll down to explore 300+ White color palettes
Serene Haven color palette created on .