Riverstone Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Riverstone Hues palette

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

Riverstone Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #b7b8b7;
}
.color-2 {
color: #a2b3b3;
}
.color-3 {
color: #89a4a4;
}
.color-4 {
color: #4fb0a0;
}
.color-5 {
color: #1c7d7d;
}

/* CSS Variables */
:root {
--color-1: #b7b8b7;
--color-2: #a2b3b3;
--color-3: #89a4a4;
--color-4: #4fb0a0;
--color-5: #1c7d7d;
}

Riverstone Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7b8b7, #a2b3b3, #89a4a4, #4fb0a0, #1c7d7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7b8b7, #a2b3b3, #89a4a4, #4fb0a0, #1c7d7d);
}

Riverstone Hues color palette created on .