Serene Summit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Summit palette
Serene Summit color palette CSS
/* CSS */
.color-1 {
color: #4b9b79;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #5bb9e1;
}
.color-4 {
color: #3d7a99;
}
.color-5 {
color: #1e4e6c;
}
/* CSS Variables */
:root {
--color-1: #4b9b79;
--color-2: #a3d55d;
--color-3: #5bb9e1;
--color-4: #3d7a99;
--color-5: #1e4e6c;
}
Serene Summit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b79, #a3d55d, #5bb9e1, #3d7a99, #1e4e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b79, #a3d55d, #5bb9e1, #3d7a99, #1e4e6c);
}
Similar color palettes
Serene Summit color palette created on .