Whimsical Revelry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Revelry palette

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

Whimsical Revelry カラーパレット CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffca38;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #1c7b9b;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6d1f;
--color-3: #ffca38;
--color-4: #690571;
--color-5: #1c7b9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6d1f, #ffca38, #690571, #1c7b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6d1f, #ffca38, #690571, #1c7b9b);
}

Whimsical Revelry color palette created on .