Ice Blue Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ice Blue Serenity palette

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

Ice Blue Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b8b8b8;
}
.color-3 {
color: #ededed;
}
.color-4 {
color: #f2f2f2;
}
.color-5 {
color: #d6e6e1;
}

/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b8b8b8;
--color-3: #ededed;
--color-4: #f2f2f2;
--color-5: #d6e6e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b8b8b8, #ededed, #f2f2f2, #d6e6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b8b8b8, #ededed, #f2f2f2, #d6e6e1);
}

Ice Blue Serenity color palette created on .