Whispers of Tranquility カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Tranquility palette

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

Whispers of Tranquility カラーパレット CSS

/* CSS */
.color-1 {
color: #1f4e70;
}
.color-2 {
color: #3b8ea0;
}
.color-3 {
color: #6dc3c5;
}
.color-4 {
color: #a2e6b4;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #1f4e70;
--color-2: #3b8ea0;
--color-3: #6dc3c5;
--color-4: #a2e6b4;
--color-5: #f5c400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e70, #3b8ea0, #6dc3c5, #a2e6b4, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e70, #3b8ea0, #6dc3c5, #a2e6b4, #f5c400);
}

Whispers of Tranquility color palette created on .