Bridal Greenery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bridal Greenery palette
Bridal Greenery color palette CSS
/* CSS */
.color-1 {
color: #b3d8a2;
}
.color-2 {
color: #69af4b;
}
.color-3 {
color: #4b914b;
}
.color-4 {
color: #2b5e2c;
}
.color-5 {
color: #1f3d1f;
}
/* CSS Variables */
:root {
--color-1: #b3d8a2;
--color-2: #69af4b;
--color-3: #4b914b;
--color-4: #2b5e2c;
--color-5: #1f3d1f;
}
Bridal Greenery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3d8a2, #69af4b, #4b914b, #2b5e2c, #1f3d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3d8a2, #69af4b, #4b914b, #2b5e2c, #1f3d1f);
}
Similar color palettes
Bridal Greenery color palette created on .