Forest Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Whisper palette

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

Forest Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #395a2b;
}
.color-2 {
color: #4f7a3e;
}
.color-3 {
color: #80b95b;
}
.color-4 {
color: #c3d15c;
}
.color-5 {
color: #a43f28;
}

/* CSS Variables */
:root {
--color-1: #395a2b;
--color-2: #4f7a3e;
--color-3: #80b95b;
--color-4: #c3d15c;
--color-5: #a43f28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395a2b, #4f7a3e, #80b95b, #c3d15c, #a43f28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395a2b, #4f7a3e, #80b95b, #c3d15c, #a43f28);
}

Forest Whisper color palette created on .