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: #fcfcf7;
}
.color-3 {
color: #e3fdba;
}
.color-4 {
color: #dce0ef;
}
.color-5 {
color: #c8fc73;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcf7;
--color-3: #e3fdba;
--color-4: #dce0ef;
--color-5: #c8fc73;
}
Whispers of Spring の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcf7, #e3fdba, #dce0ef, #c8fc73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcf7, #e3fdba, #dce0ef, #c8fc73);
}
Whispers of Spring color palette created on .