Whimsical Obsession カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Obsession palette

このパレットを共有する先:

Whimsical Obsession カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9d5;
}
.color-2 {
color: #f2b1d2;
}
.color-3 {
color: #e2a7e2;
}
.color-4 {
color: #a6c0e8;
}
.color-5 {
color: #7fd3e6;
}

/* CSS Variables */
:root {
--color-1: #f8c9d5;
--color-2: #f2b1d2;
--color-3: #e2a7e2;
--color-4: #a6c0e8;
--color-5: #7fd3e6;
}

Whimsical Obsession の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d5, #f2b1d2, #e2a7e2, #a6c0e8, #7fd3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d5, #f2b1d2, #e2a7e2, #a6c0e8, #7fd3e6);
}

Whimsical Obsession color palette created on .