Sage Green and Red Notes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage Green and Red Notes palette
Sage Green and Red Notes color palette CSS
/* CSS */
.color-1 {
color: #9bc08c;
}
.color-2 {
color: #7d9b6f;
}
.color-3 {
color: #d29393;
}
.color-4 {
color: #b04a4a;
}
.color-5 {
color: #f1c6c6;
}
/* CSS Variables */
:root {
--color-1: #9bc08c;
--color-2: #7d9b6f;
--color-3: #d29393;
--color-4: #b04a4a;
--color-5: #f1c6c6;
}
Sage Green and Red Notes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bc08c, #7d9b6f, #d29393, #b04a4a, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bc08c, #7d9b6f, #d29393, #b04a4a, #f1c6c6);
}
Similar color palettes
Sage Green and Red Notes color palette created on .