Serene Beryl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Beryl palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serene Beryl Color Palette (PNG)
Serene Beryl color palette CSS
/* CSS */
.color-1 {
color: #b7e3b0;
}
.color-2 {
color: #a9d6b4;
}
.color-3 {
color: #7cb1a3;
}
.color-4 {
color: #3b7981;
}
.color-5 {
color: #2a494c;
}
/* CSS Variables */
:root {
--color-1: #b7e3b0;
--color-2: #a9d6b4;
--color-3: #7cb1a3;
--color-4: #3b7981;
--color-5: #2a494c;
}
Serene Beryl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7e3b0, #a9d6b4, #7cb1a3, #3b7981, #2a494c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7e3b0, #a9d6b4, #7cb1a3, #3b7981, #2a494c);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Serene Beryl color palette created on .