Blue Space カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Space palette

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

Blue Space カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3e4c93;
}
.color-3 {
color: #5a6bba;
}
.color-4 {
color: #a1b5e2;
}
.color-5 {
color: #f8f9fc;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3e4c93;
--color-3: #5a6bba;
--color-4: #a1b5e2;
--color-5: #f8f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3e4c93, #5a6bba, #a1b5e2, #f8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3e4c93, #5a6bba, #a1b5e2, #f8f9fc);
}

Blue Space color palette created on .