Whispers of Tranquil Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Tranquil Waters palette

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

Whispers of Tranquil Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #f3f3f1;
}
.color-2 {
color: #dfe1e0;
}
.color-3 {
color: #bac4c4;
}
.color-4 {
color: #8db1c9;
}
.color-5 {
color: #7186a2;
}

/* CSS Variables */
:root {
--color-1: #f3f3f1;
--color-2: #dfe1e0;
--color-3: #bac4c4;
--color-4: #8db1c9;
--color-5: #7186a2;
}

Whispers of Tranquil Waters の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f3f1, #dfe1e0, #bac4c4, #8db1c9, #7186a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f3f1, #dfe1e0, #bac4c4, #8db1c9, #7186a2);
}

Whispers of Tranquil Waters color palette created on .