Whispers of Spring カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Spring palette

このパレットを共有する先:

Whispers of Spring カラーパレット CSS

/* CSS */
.color-1 {
color: #fcfdfc;
}
.color-2 {
color: #d7e0de;
}
.color-3 {
color: #fabd05;
}
.color-4 {
color: #b9b8a6;
}
.color-5 {
color: #8eb762;
}

/* CSS Variables */
:root {
--color-1: #fcfdfc;
--color-2: #d7e0de;
--color-3: #fabd05;
--color-4: #b9b8a6;
--color-5: #8eb762;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfc, #d7e0de, #fabd05, #b9b8a6, #8eb762);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfc, #d7e0de, #fabd05, #b9b8a6, #8eb762);
}

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

Whispers of Spring color palette created on .