Whispers of Tranquility カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Tranquility palette
Whispers of Tranquility カラーパレット CSS
/* CSS */
.color-1 {
color: #c4d9d2;
}
.color-2 {
color: #bcd2d2;
}
.color-3 {
color: #bcd0d2;
}
.color-4 {
color: #c5b88c;
}
.color-5 {
color: #97afc9;
}
/* CSS Variables */
:root {
--color-1: #c4d9d2;
--color-2: #bcd2d2;
--color-3: #bcd0d2;
--color-4: #c5b88c;
--color-5: #97afc9;
}
Whispers of Tranquility の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4d9d2, #bcd2d2, #bcd0d2, #c5b88c, #97afc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4d9d2, #bcd2d2, #bcd0d2, #c5b88c, #97afc9);
}
似たようなカラーパレット
Whispers of Tranquility color palette created on .