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