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