Sage Green and Red Notes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sage Green and Red Notes palette

このパレットを共有する先:

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;
}

Sage Green and Red Notes の背景のグラデーション 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);
}

Sage Green and Red Notes color palette created on .