Tempest Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tempest Whisper palette
Tempest Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #4b6c9b;
}
.color-2 {
color: #7a9cb8;
}
.color-3 {
color: #a4c2d5;
}
.color-4 {
color: #dfe8ec;
}
.color-5 {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--color-1: #4b6c9b;
--color-2: #7a9cb8;
--color-3: #a4c2d5;
--color-4: #dfe8ec;
--color-5: #f3f4f6;
}
Tempest Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6c9b, #7a9cb8, #a4c2d5, #dfe8ec, #f3f4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6c9b, #7a9cb8, #a4c2d5, #dfe8ec, #f3f4f6);
}
似たようなカラーパレット
Tempest Whisper color palette created on .