Whispers of Spring カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Spring palette
Whispers of Spring カラーパレット CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8fcf8;
}
.color-3 {
color: #eff6ef;
}
.color-4 {
color: #e1eae1;
}
.color-5 {
color: #cee0cd;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8fcf8;
--color-3: #eff6ef;
--color-4: #e1eae1;
--color-5: #cee0cd;
}
Whispers of Spring の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8fcf8, #eff6ef, #e1eae1, #cee0cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8fcf8, #eff6ef, #e1eae1, #cee0cd);
}
似たようなカラーパレット
下にスクロールして1個のSoft whiteカラーパレットを探索しましょう
Whispers of Spring color palette created on .