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: #e1dfe1;
}
.color-2 {
color: #adaead;
}
.color-3 {
color: #7bb4ea;
}
.color-4 {
color: #5995c9;
}
.color-5 {
color: #858768;
}

/* CSS Variables */
:root {
--color-1: #e1dfe1;
--color-2: #adaead;
--color-3: #7bb4ea;
--color-4: #5995c9;
--color-5: #858768;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1dfe1, #adaead, #7bb4ea, #5995c9, #858768);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1dfe1, #adaead, #7bb4ea, #5995c9, #858768);
}

Whispers of Tranquil Waters color palette created on .