Ice Blue Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ice Blue Dream palette

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

Ice Blue Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b2e0d6;
}
.color-3 {
color: #e6f9f7;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #a0d5e9;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b2e0d6;
--color-3: #e6f9f7;
--color-4: #ffffff;
--color-5: #a0d5e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b2e0d6, #e6f9f7, #ffffff, #a0d5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b2e0d6, #e6f9f7, #ffffff, #a0d5e9);
}

Ice Blue Dream color palette created on .