Blue Angelic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Angelic palette

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

Blue Angelic カラーパレット CSS

/* CSS */
.color-1 {
color: #3b8fab;
}
.color-2 {
color: #5ac3d3;
}
.color-3 {
color: #8be5e0;
}
.color-4 {
color: #caf7f3;
}
.color-5 {
color: #f1f9f7;
}

/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #5ac3d3;
--color-3: #8be5e0;
--color-4: #caf7f3;
--color-5: #f1f9f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #5ac3d3, #8be5e0, #caf7f3, #f1f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #5ac3d3, #8be5e0, #caf7f3, #f1f9f7);
}

Blue Angelic color palette created on .