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