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