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