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