Whimsical Whiskers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Whiskers palette

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

Whimsical Whiskers カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c5af;
}
.color-2 {
color: #ebaf93;
}
.color-3 {
color: #d99f7d;
}
.color-4 {
color: #b68d6d;
}
.color-5 {
color: #a67b5e;
}

/* CSS Variables */
:root {
--color-1: #f3c5af;
--color-2: #ebaf93;
--color-3: #d99f7d;
--color-4: #b68d6d;
--color-5: #a67b5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c5af, #ebaf93, #d99f7d, #b68d6d, #a67b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c5af, #ebaf93, #d99f7d, #b68d6d, #a67b5e);
}

Whimsical Whiskers color palette created on .