Blue Rei カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Rei palette

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

Blue Rei カラーパレット CSS

/* CSS */
.color-1 {
color: #75c0f5;
}
.color-2 {
color: #3c8e9a;
}
.color-3 {
color: #4b7c6d;
}
.color-4 {
color: #f2d4b5;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #75c0f5;
--color-2: #3c8e9a;
--color-3: #4b7c6d;
--color-4: #f2d4b5;
--color-5: #f6b83c;
}

Blue Rei の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75c0f5, #3c8e9a, #4b7c6d, #f2d4b5, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75c0f5, #3c8e9a, #4b7c6d, #f2d4b5, #f6b83c);
}

Blue Rei color palette created on .