Whispering Rainforest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Rainforest palette

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

Whispering Rainforest カラーパレット CSS

/* CSS */
.color-1 {
color: #486a89;
}
.color-2 {
color: #8698ac;
}
.color-3 {
color: #aabfd4;
}
.color-4 {
color: #c6ddeb;
}
.color-5 {
color: #eaf3f6;
}

/* CSS Variables */
:root {
--color-1: #486a89;
--color-2: #8698ac;
--color-3: #aabfd4;
--color-4: #c6ddeb;
--color-5: #eaf3f6;
}

Whispering Rainforest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #486a89, #8698ac, #aabfd4, #c6ddeb, #eaf3f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #486a89, #8698ac, #aabfd4, #c6ddeb, #eaf3f6);
}

Whispering Rainforest color palette created on .