Whispers of Serene Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serene Forest palette

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

Whispers of Serene Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #e2e2da;
}
.color-2 {
color: #aeb1aa;
}
.color-3 {
color: #7c7f76;
}
.color-4 {
color: #5a5c3d;
}
.color-5 {
color: #1e5d94;
}

/* CSS Variables */
:root {
--color-1: #e2e2da;
--color-2: #aeb1aa;
--color-3: #7c7f76;
--color-4: #5a5c3d;
--color-5: #1e5d94;
}

Whispers of Serene Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e2da, #aeb1aa, #7c7f76, #5a5c3d, #1e5d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e2da, #aeb1aa, #7c7f76, #5a5c3d, #1e5d94);
}

Whispers of Serene Forest color palette created on .