Winter Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Blue palette

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

Winter Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #a1d3b7;
}
.color-3 {
color: #f2e4b5;
}
.color-4 {
color: #f19f93;
}
.color-5 {
color: #e6b3da;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #a1d3b7;
--color-3: #f2e4b5;
--color-4: #f19f93;
--color-5: #e6b3da;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #a1d3b7, #f2e4b5, #f19f93, #e6b3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #a1d3b7, #f2e4b5, #f19f93, #e6b3da);
}

Winter Blue color palette created on .