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