Riverbank Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Riverbank Reverie palette
Riverbank Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #609d9f;
}
.color-2 {
color: #f4a662;
}
.color-3 {
color: #ffe3b3;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #4682b4;
}
/* CSS Variables */
:root {
--color-1: #609d9f;
--color-2: #f4a662;
--color-3: #ffe3b3;
--color-4: #ff6347;
--color-5: #4682b4;
}
Riverbank Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #609d9f, #f4a662, #ffe3b3, #ff6347, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #609d9f, #f4a662, #ffe3b3, #ff6347, #4682b4);
}
似たようなカラーパレット
Riverbank Reverie color palette created on .