Dark Green and Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Green and Blue Serenity palette
Dark Green and Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #0b3c25;
}
.color-2 {
color: #1f5a7f;
}
.color-3 {
color: #4b7f9b;
}
.color-4 {
color: #6ebf92;
}
.color-5 {
color: #8dd3ab;
}
/* CSS Variables */
:root {
--color-1: #0b3c25;
--color-2: #1f5a7f;
--color-3: #4b7f9b;
--color-4: #6ebf92;
--color-5: #8dd3ab;
}
Dark Green and Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c25, #1f5a7f, #4b7f9b, #6ebf92, #8dd3ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c25, #1f5a7f, #4b7f9b, #6ebf92, #8dd3ab);
}
Similar color palettes
Dark Green and Blue Serenity color palette created on .