Serene Waterscape Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Waterscape Harmony palette

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

Serene Waterscape Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #dae7ec;
}
.color-2 {
color: #c1d7e1;
}
.color-3 {
color: #abc9d8;
}
.color-4 {
color: #98bdd2;
}
.color-5 {
color: #85b1cc;
}

/* CSS Variables */
:root {
--color-1: #dae7ec;
--color-2: #c1d7e1;
--color-3: #abc9d8;
--color-4: #98bdd2;
--color-5: #85b1cc;
}

Serene Waterscape Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae7ec, #c1d7e1, #abc9d8, #98bdd2, #85b1cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae7ec, #c1d7e1, #abc9d8, #98bdd2, #85b1cc);
}

Serene Waterscape Harmony color palette created on .