Blue Swan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Swan palette

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

Blue Swan カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #64b1c9;
}
.color-3 {
color: #3f8eab;
}
.color-4 {
color: #1b6b93;
}
.color-5 {
color: #0e4d71;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #64b1c9;
--color-3: #3f8eab;
--color-4: #1b6b93;
--color-5: #0e4d71;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #64b1c9, #3f8eab, #1b6b93, #0e4d71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #64b1c9, #3f8eab, #1b6b93, #0e4d71);
}

Blue Swan color palette created on .