Blue Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Skies palette

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

Blue Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #1e5bbe;
}
.color-2 {
color: #397fc0;
}
.color-3 {
color: #5ea5d4;
}
.color-4 {
color: #8dc8e8;
}
.color-5 {
color: #b2e3f0;
}

/* CSS Variables */
:root {
--color-1: #1e5bbe;
--color-2: #397fc0;
--color-3: #5ea5d4;
--color-4: #8dc8e8;
--color-5: #b2e3f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e5bbe, #397fc0, #5ea5d4, #8dc8e8, #b2e3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e5bbe, #397fc0, #5ea5d4, #8dc8e8, #b2e3f0);
}

Blue Skies color palette created on .