Whispers of Springtime カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Springtime palette

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

Whispers of Springtime カラーパレット CSS

/* CSS */
.color-1 {
color: #fffbe0;
}
.color-2 {
color: #fcf7d9;
}
.color-3 {
color: #fbf7da;
}
.color-4 {
color: #fde7f1;
}
.color-5 {
color: #f7dbd9;
}

/* CSS Variables */
:root {
--color-1: #fffbe0;
--color-2: #fcf7d9;
--color-3: #fbf7da;
--color-4: #fde7f1;
--color-5: #f7dbd9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffbe0, #fcf7d9, #fbf7da, #fde7f1, #f7dbd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffbe0, #fcf7d9, #fbf7da, #fde7f1, #f7dbd9);
}

Whispers of Springtime color palette created on .