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