Winter's Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter's Whisper palette

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

Winter's Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e7f1f9;
}
.color-3 {
color: #c6e0eb;
}
.color-4 {
color: #9ed0e5;
}
.color-5 {
color: #73b3d4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e7f1f9;
--color-3: #c6e0eb;
--color-4: #9ed0e5;
--color-5: #73b3d4;
}

Winter's Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e7f1f9, #c6e0eb, #9ed0e5, #73b3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e7f1f9, #c6e0eb, #9ed0e5, #73b3d4);
}

Winter's Whisper color palette created on .