Blue Chance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Chance palette

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

Blue Chance カラーパレット CSS

/* CSS */
.color-1 {
color: #4ea1f4;
}
.color-2 {
color: #85d4e0;
}
.color-3 {
color: #f8e6a5;
}
.color-4 {
color: #f2b636;
}
.color-5 {
color: #ff6a3d;
}

/* CSS Variables */
:root {
--color-1: #4ea1f4;
--color-2: #85d4e0;
--color-3: #f8e6a5;
--color-4: #f2b636;
--color-5: #ff6a3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ea1f4, #85d4e0, #f8e6a5, #f2b636, #ff6a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ea1f4, #85d4e0, #f8e6a5, #f2b636, #ff6a3d);
}

Blue Chance color palette created on .