Tundra Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tundra Whisper palette

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

Tundra Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #4b7e30;
}
.color-2 {
color: #6d9b3b;
}
.color-3 {
color: #8cbf4a;
}
.color-4 {
color: #b2d95e;
}
.color-5 {
color: #f1e1a7;
}

/* CSS Variables */
:root {
--color-1: #4b7e30;
--color-2: #6d9b3b;
--color-3: #8cbf4a;
--color-4: #b2d95e;
--color-5: #f1e1a7;
}

Tundra Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7e30, #6d9b3b, #8cbf4a, #b2d95e, #f1e1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7e30, #6d9b3b, #8cbf4a, #b2d95e, #f1e1a7);
}

Tundra Whisper color palette created on .