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