Serene Beryl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Beryl palette
Serene Beryl color palette PNG image
Serene Beryl color palette CSS
/* CSS */
.color-1 {
color: #b0f4a4;
}
.color-2 {
color: #94f0a6;
}
.color-3 {
color: #55e2bd;
}
.color-4 {
color: #1b9bac;
}
.color-5 {
color: #136b71;
}
/* CSS Variables */
:root {
--color-1: #b0f4a4;
--color-2: #94f0a6;
--color-3: #55e2bd;
--color-4: #1b9bac;
--color-5: #136b71;
}
Serene Beryl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Serene Beryl color palette created on .