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