Rivulet カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rivulet palette

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

Rivulet カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #3b9fd8;
}
.color-3 {
color: #2b7a9c;
}
.color-4 {
color: #1f4d51;
}
.color-5 {
color: #a1d9a2;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #3b9fd8;
--color-3: #2b7a9c;
--color-4: #1f4d51;
--color-5: #a1d9a2;
}

Rivulet の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #3b9fd8, #2b7a9c, #1f4d51, #a1d9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #3b9fd8, #2b7a9c, #1f4d51, #a1d9a2);
}

Rivulet color palette created on .