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