Blue Blot カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Blot palette

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

Blue Blot カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #50b0e7;
}
.color-3 {
color: #78d8e3;
}
.color-4 {
color: #a3e0d2;
}
.color-5 {
color: #dff6f2;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #50b0e7;
--color-3: #78d8e3;
--color-4: #a3e0d2;
--color-5: #dff6f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #50b0e7, #78d8e3, #a3e0d2, #dff6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #50b0e7, #78d8e3, #a3e0d2, #dff6f2);
}

Blue Blot color palette created on .