Blue Ice カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Ice palette

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

Blue Ice カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #73b3e7;
}
.color-3 {
color: #4ca8e1;
}
.color-4 {
color: #1c9dd9;
}
.color-5 {
color: #0a8ea9;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #73b3e7;
--color-3: #4ca8e1;
--color-4: #1c9dd9;
--color-5: #0a8ea9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #73b3e7, #4ca8e1, #1c9dd9, #0a8ea9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #73b3e7, #4ca8e1, #1c9dd9, #0a8ea9);
}

Blue Ice color palette created on .