Whimsical Whiskers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Whiskers palette

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

Whimsical Whiskers カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f45e01;
}
.color-3 {
color: #a64b3a;
}
.color-4 {
color: #5c2d39;
}
.color-5 {
color: #e8c8b5;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f45e01;
--color-3: #a64b3a;
--color-4: #5c2d39;
--color-5: #e8c8b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f45e01, #a64b3a, #5c2d39, #e8c8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f45e01, #a64b3a, #5c2d39, #e8c8b5);
}

Whimsical Whiskers color palette created on .