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