Shades of Beryl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Beryl palette
Shades of Beryl color palette CSS
/* CSS */
.color-1 {
color: #a7d3d0;
}
.color-2 {
color: #f3e3af;
}
.color-3 {
color: #f1b1b8;
}
.color-4 {
color: #e6a7b5;
}
.color-5 {
color: #d67a9c;
}
/* CSS Variables */
:root {
--color-1: #a7d3d0;
--color-2: #f3e3af;
--color-3: #f1b1b8;
--color-4: #e6a7b5;
--color-5: #d67a9c;
}
Shades of Beryl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3d0, #f3e3af, #f1b1b8, #e6a7b5, #d67a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3d0, #f3e3af, #f1b1b8, #e6a7b5, #d67a9c);
}
Similar color palettes
Shades of Beryl color palette created on .