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