Blue Atlas カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Atlas palette

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

Blue Atlas カラーパレット CSS

/* CSS */
.color-1 {
color: #2c6187;
}
.color-2 {
color: #4a9cba;
}
.color-3 {
color: #6dc0e9;
}
.color-4 {
color: #a3e2f5;
}
.color-5 {
color: #f0f8ff;
}

/* CSS Variables */
:root {
--color-1: #2c6187;
--color-2: #4a9cba;
--color-3: #6dc0e9;
--color-4: #a3e2f5;
--color-5: #f0f8ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c6187, #4a9cba, #6dc0e9, #a3e2f5, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c6187, #4a9cba, #6dc0e9, #a3e2f5, #f0f8ff);
}

Blue Atlas color palette created on .