Cozy Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cozy Winter palette

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

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

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

Cozy Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a8c6e1;
}
.color-2 {
color: #d1e6f0;
}
.color-3 {
color: #f4f9fb;
}
.color-4 {
color: #e7a6b0;
}
.color-5 {
color: #f2c5c5;
}

/* CSS Variables */
:root {
--color-1: #a8c6e1;
--color-2: #d1e6f0;
--color-3: #f4f9fb;
--color-4: #e7a6b0;
--color-5: #f2c5c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}

Cozy Winter color palette created on .