Whimsical Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Harmony palette

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

Whimsical Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #ff8c1a;
}
.color-4 {
color: #ffb3c6;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5833;
--color-3: #ff8c1a;
--color-4: #ffb3c6;
--color-5: #681b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5833, #ff8c1a, #ffb3c6, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5833, #ff8c1a, #ffb3c6, #681b98);
}

Whimsical Harmony color palette created on .