Enchanted Forest Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Forest Whisper palette

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

Enchanted Forest Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #70db8f;
}
.color-2 {
color: #4fba6f;
}
.color-3 {
color: #3a9c59;
}
.color-4 {
color: #2f7f48;
}
.color-5 {
color: #1f6140;
}

/* CSS Variables */
:root {
--color-1: #70db8f;
--color-2: #4fba6f;
--color-3: #3a9c59;
--color-4: #2f7f48;
--color-5: #1f6140;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70db8f, #4fba6f, #3a9c59, #2f7f48, #1f6140);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70db8f, #4fba6f, #3a9c59, #2f7f48, #1f6140);
}

Enchanted Forest Whisper color palette created on .