This palette evokes a serene forest atmosphere with a touch of vibrant floral accents
Color Adjustments
Greenbrier Harmony Color Palette CSS
/* CSS */
.color-1 {
color: #4B9B6D;
}
.color-2 {
color: #C0E0D1;
}
.color-3 {
color: #B86F6A;
}
.color-4 {
color: #3D6C8A;
}
.color-5 {
color: #A2C2C9;
}
/* CSS Variables */
:root {
--color-1: #4B9B6D;
--color-2: #C0E0D1;
--color-3: #B86F6A;
--color-4: #3D6C8A;
--color-5: #A2C2C9;
}
Greenbrier Harmony Gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4B9B6D, #C0E0D1, #B86F6A, #3D6C8A, #A2C2C9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4B9B6D, #C0E0D1, #B86F6A, #3D6C8A, #A2C2C9);
}
Greenbrier Harmony color palette created on .
15 views