Cool Glacier カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Glacier palette

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

Cool Glacier カラーパレット CSS

/* CSS */
.color-1 {
color: #81b4c5;
}
.color-2 {
color: #a1d8e3;
}
.color-3 {
color: #b6e4e7;
}
.color-4 {
color: #e6f3f4;
}
.color-5 {
color: #f0fafa;
}

/* CSS Variables */
:root {
--color-1: #81b4c5;
--color-2: #a1d8e3;
--color-3: #b6e4e7;
--color-4: #e6f3f4;
--color-5: #f0fafa;
}

Cool Glacier の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b4c5, #a1d8e3, #b6e4e7, #e6f3f4, #f0fafa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b4c5, #a1d8e3, #b6e4e7, #e6f3f4, #f0fafa);
}

Cool Glacier color palette created on .