Blue Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sky palette

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

Blue Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #1e5c99;
}
.color-2 {
color: #3e91d0;
}
.color-3 {
color: #6cbae4;
}
.color-4 {
color: #a3d3e0;
}
.color-5 {
color: #f0b14c;
}

/* CSS Variables */
:root {
--color-1: #1e5c99;
--color-2: #3e91d0;
--color-3: #6cbae4;
--color-4: #a3d3e0;
--color-5: #f0b14c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e5c99, #3e91d0, #6cbae4, #a3d3e0, #f0b14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e5c99, #3e91d0, #6cbae4, #a3d3e0, #f0b14c);
}

Blue Sky color palette created on .