Sunlit Forest Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Forest Whisper palette

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

Sunlit Forest Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #426331;
}
.color-2 {
color: #567740;
}
.color-3 {
color: #758958;
}
.color-4 {
color: #9c905e;
}
.color-5 {
color: #937c39;
}

/* CSS Variables */
:root {
--color-1: #426331;
--color-2: #567740;
--color-3: #758958;
--color-4: #9c905e;
--color-5: #937c39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #426331, #567740, #758958, #9c905e, #937c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #426331, #567740, #758958, #9c905e, #937c39);
}

Sunlit Forest Whisper color palette created on .