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