Pastel Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Winter palette

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

Pastel Winter カラー パレット PNG 画像

Download pastel winter color palette PNG image (landscape)
Download pastel winter color palette PNG image (square)

Pastel Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #a3c2d7;
}
.color-3 {
color: #b3e0e6;
}
.color-4 {
color: #f1f5f8;
}
.color-5 {
color: #f1c6d8;
}

/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #a3c2d7;
--color-3: #b3e0e6;
--color-4: #f1f5f8;
--color-5: #f1c6d8;
}

Pastel Winter の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #a3c2d7, #b3e0e6, #f1f5f8, #f1c6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #a3c2d7, #b3e0e6, #f1f5f8, #f1c6d8);
}

Pastel Winter color palette created on .