Blue Sapphire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sapphire palette

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

Blue Sapphire カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3b4b8c;
}
.color-3 {
color: #5b6c9f;
}
.color-4 {
color: #8ca1c0;
}
.color-5 {
color: #b6c8d8;
}

/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3b4b8c;
--color-3: #5b6c9f;
--color-4: #8ca1c0;
--color-5: #b6c8d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3b4b8c, #5b6c9f, #8ca1c0, #b6c8d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3b4b8c, #5b6c9f, #8ca1c0, #b6c8d8);
}

Blue Sapphire color palette created on .