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