Peaceful Winter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Peaceful Winter palette
Peaceful Winter カラー パレット PNG 画像
Peaceful Winter カラーパレット CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b2dae0;
}
.color-3 {
color: #e2f3f3;
}
.color-4 {
color: #f0dab7;
}
.color-5 {
color: #f5b5a3;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b2dae0;
--color-3: #e2f3f3;
--color-4: #f0dab7;
--color-5: #f5b5a3;
}
Peaceful Winter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b2dae0, #e2f3f3, #f0dab7, #f5b5a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b2dae0, #e2f3f3, #f0dab7, #f5b5a3);
}
似たようなカラーパレット
Peaceful Winter color palette created on .