Queen Snowfall カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Queen Snowfall palette

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

Queen Snowfall カラーパレット CSS

/* CSS */
.color-1 {
color: #eaf9fb;
}
.color-2 {
color: #c3eff4;
}
.color-3 {
color: #9fe4ef;
}
.color-4 {
color: #78d9e8;
}
.color-5 {
color: #59d1e3;
}

/* CSS Variables */
:root {
--color-1: #eaf9fb;
--color-2: #c3eff4;
--color-3: #9fe4ef;
--color-4: #78d9e8;
--color-5: #59d1e3;
}

Queen Snowfall の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaf9fb, #c3eff4, #9fe4ef, #78d9e8, #59d1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaf9fb, #c3eff4, #9fe4ef, #78d9e8, #59d1e3);
}

似たようなカラーパレット

Queen Snowfall color palette created on .