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: #f0f8ff;
}
.color-3 {
color: #e0ffff;
}
.color-4 {
color: #d2e8f4;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f8ff;
--color-3: #e0ffff;
--color-4: #d2e8f4;
--color-5: #b1e0e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f8ff, #e0ffff, #d2e8f4, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f8ff, #e0ffff, #d2e8f4, #b1e0e7);
}

Whispers of Frost color palette created on .