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