Whiskers and Tails カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whiskers and Tails palette

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

Whiskers and Tails カラーパレット CSS

/* CSS */
.color-1 {
color: #b2c5d2;
}
.color-2 {
color: #e0a3c5;
}
.color-3 {
color: #f9d771;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #4c9e6d;
}

/* CSS Variables */
:root {
--color-1: #b2c5d2;
--color-2: #e0a3c5;
--color-3: #f9d771;
--color-4: #ff6e61;
--color-5: #4c9e6d;
}

Whiskers and Tails の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c5d2, #e0a3c5, #f9d771, #ff6e61, #4c9e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c5d2, #e0a3c5, #f9d771, #ff6e61, #4c9e6d);
}

Whiskers and Tails color palette created on .