Blue Rivers カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Rivers palette
Blue Rivers カラーパレット CSS
/* CSS */
.color-1 {
color: #398cac;
}
.color-2 {
color: #5dbac6;
}
.color-3 {
color: #74d2d2;
}
.color-4 {
color: #a2e1e2;
}
.color-5 {
color: #e3f7f7;
}
/* CSS Variables */
:root {
--color-1: #398cac;
--color-2: #5dbac6;
--color-3: #74d2d2;
--color-4: #a2e1e2;
--color-5: #e3f7f7;
}
Blue Rivers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #398cac, #5dbac6, #74d2d2, #a2e1e2, #e3f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #398cac, #5dbac6, #74d2d2, #a2e1e2, #e3f7f7);
}
似たようなカラーパレット
Blue Rivers color palette created on .