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