Ice Cold Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ice Cold Blues palette

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

Ice Cold Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #a0e0e9;
}
.color-2 {
color: #b4e9e7;
}
.color-3 {
color: #c3f1f4;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a0e0e9;
--color-2: #b4e9e7;
--color-3: #c3f1f4;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0e0e9, #b4e9e7, #c3f1f4, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0e0e9, #b4e9e7, #c3f1f4, #ffb84d, #ff6e61);
}

Ice Cold Blues color palette created on .