Whispering Rainforest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Rainforest palette

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

Whispering Rainforest カラーパレット CSS

/* CSS */
.color-1 {
color: #051933;
}
.color-2 {
color: #082044;
}
.color-3 {
color: #0c2a55;
}
.color-4 {
color: #0e3a62;
}
.color-5 {
color: #11466a;
}

/* CSS Variables */
:root {
--color-1: #051933;
--color-2: #082044;
--color-3: #0c2a55;
--color-4: #0e3a62;
--color-5: #11466a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #051933, #082044, #0c2a55, #0e3a62, #11466a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #051933, #082044, #0c2a55, #0e3a62, #11466a);
}

Whispering Rainforest color palette created on .