Rainforest Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rainforest Reverie palette

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

Rainforest Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #2b3b2c;
}
.color-2 {
color: #4e6e5d;
}
.color-3 {
color: #799a8c;
}
.color-4 {
color: #b0d6a8;
}
.color-5 {
color: #dff1e2;
}

/* CSS Variables */
:root {
--color-1: #2b3b2c;
--color-2: #4e6e5d;
--color-3: #799a8c;
--color-4: #b0d6a8;
--color-5: #dff1e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3b2c, #4e6e5d, #799a8c, #b0d6a8, #dff1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3b2c, #4e6e5d, #799a8c, #b0d6a8, #dff1e2);
}

Rainforest Reverie color palette created on .