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