River Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with River Breeze palette

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

River Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f2e4a6;
}
.color-4 {
color: #f9ae9f;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #a3c7e0;
--color-3: #f2e4a6;
--color-4: #f9ae9f;
--color-5: #f76e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #a3c7e0, #f2e4a6, #f9ae9f, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #a3c7e0, #f2e4a6, #f9ae9f, #f76e6e);
}

River Breeze color palette created on .