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