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