Sea Green Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sea Green Serenity palette
Sea Green Serenity color palette CSS
/* CSS */
.color-1 {
color: #2e8a56;
}
.color-2 {
color: #3cb472;
}
.color-3 {
color: #4fba8a;
}
.color-4 {
color: #90e0b8;
}
.color-5 {
color: #b4e9d2;
}
/* CSS Variables */
:root {
--color-1: #2e8a56;
--color-2: #3cb472;
--color-3: #4fba8a;
--color-4: #90e0b8;
--color-5: #b4e9d2;
}
Sea Green Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8a56, #3cb472, #4fba8a, #90e0b8, #b4e9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8a56, #3cb472, #4fba8a, #90e0b8, #b4e9d2);
}
Similar color palettes
Sea Green Serenity color palette created on .