Aesthetic Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aesthetic Winter palette

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

Aesthetic Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b1d9e2;
}
.color-3 {
color: #f6f8f9;
}
.color-4 {
color: #f1e2da;
}
.color-5 {
color: #f5c2c2;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b1d9e2;
--color-3: #f6f8f9;
--color-4: #f1e2da;
--color-5: #f5c2c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b1d9e2, #f6f8f9, #f1e2da, #f5c2c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b1d9e2, #f6f8f9, #f1e2da, #f5c2c2);
}

Aesthetic Winter color palette created on .