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