Sage Green and Red Notes Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sage Green and Red Notes palette
tavolozza dei colori Sage Green and Red Notes 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;
}
CSS con gradiente di sfondo Sage Green and Red Notes
/* 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);
}
Tavolozze di colori simili
Sage Green and Red Notes color palette created on .