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