Sequoia Colors カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sequoia Colors palette
Sequoia Colors カラー パレット PNG 画像
Sequoia Colors カラーパレット CSS
/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4f801e;
}
.color-3 {
color: #3b6a15;
}
.color-4 {
color: #294a0d;
}
.color-5 {
color: #1f3c0b;
}
/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4f801e;
--color-3: #3b6a15;
--color-4: #294a0d;
--color-5: #1f3c0b;
}
Sequoia Colors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4f801e, #3b6a15, #294a0d, #1f3c0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4f801e, #3b6a15, #294a0d, #1f3c0b);
}
似たようなカラーパレット
Sequoia Colors color palette created on .