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