Blue Sapphire カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sapphire palette

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

Blue Sapphire カラーパレット CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #2e5a8a;
}
.color-3 {
color: #4b81a0;
}
.color-4 {
color: #73b8d3;
}
.color-5 {
color: #a6d7e8;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #2e5a8a;
--color-3: #4b81a0;
--color-4: #73b8d3;
--color-5: #a6d7e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #2e5a8a, #4b81a0, #73b8d3, #a6d7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #2e5a8a, #4b81a0, #73b8d3, #a6d7e8);
}

Blue Sapphire color palette created on .