Whispers of Frost カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Frost palette

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

Whispers of Frost カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfd;
}
.color-3 {
color: #f5faf7;
}
.color-4 {
color: #e3edec;
}
.color-5 {
color: #c4d9d9;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfd;
--color-3: #f5faf7;
--color-4: #e3edec;
--color-5: #c4d9d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfd, #f5faf7, #e3edec, #c4d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfd, #f5faf7, #e3edec, #c4d9d9);
}

Whispers of Frost color palette created on .