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