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