Cruiser's Spectrum カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cruiser's Spectrum palette
Cruiser's Spectrum カラーパレット CSS
/* CSS */
.color-1 {
color: #005994;
}
.color-2 {
color: #008ab8;
}
.color-3 {
color: #5dbdc0;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #005994;
--color-2: #008ab8;
--color-3: #5dbdc0;
--color-4: #f3ca4f;
--color-5: #e74d3c;
}
Cruiser's Spectrum の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005994, #008ab8, #5dbdc0, #f3ca4f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005994, #008ab8, #5dbdc0, #f3ca4f, #e74d3c);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Cruiser's Spectrum color palette created on .