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: #f7fdf9;
}
.color-3 {
color: #f4fded;
}
.color-4 {
color: #e7f8e2;
}
.color-5 {
color: #cce3c4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7fdf9;
--color-3: #f4fded;
--color-4: #e7f8e2;
--color-5: #cce3c4;
}

Whispers of Spring の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7fdf9, #f4fded, #e7f8e2, #cce3c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7fdf9, #f4fded, #e7f8e2, #cce3c4);
}

似たようなカラーパレット

Whispers of Spring color palette created on .