Blue Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Skies palette

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

Blue Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #0042c7;
}
.color-2 {
color: #0073e6;
}
.color-3 {
color: #00a1ff;
}
.color-4 {
color: #4dc9ff;
}
.color-5 {
color: #99e6ff;
}

/* CSS Variables */
:root {
--color-1: #0042c7;
--color-2: #0073e6;
--color-3: #00a1ff;
--color-4: #4dc9ff;
--color-5: #99e6ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0042c7, #0073e6, #00a1ff, #4dc9ff, #99e6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0042c7, #0073e6, #00a1ff, #4dc9ff, #99e6ff);
}

Blue Skies color palette created on .