River Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with River Serenade palette

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

River Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #a3c3e0;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #f7a27e;
}
.color-5 {
color: #d45e6c;
}

/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #a3c3e0;
--color-3: #f1e1b1;
--color-4: #f7a27e;
--color-5: #d45e6c;
}

River Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #a3c3e0, #f1e1b1, #f7a27e, #d45e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #a3c3e0, #f1e1b1, #f7a27e, #d45e6c);
}

River Serenade color palette created on .