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