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