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