Whimsical Whiskers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Whiskers palette

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

Whimsical Whiskers カラーパレット CSS

/* CSS */
.color-1 {
color: #f2a1a1;
}
.color-2 {
color: #f9d59f;
}
.color-3 {
color: #f7e9a1;
}
.color-4 {
color: #a0d9c4;
}
.color-5 {
color: #a8c1e1;
}

/* CSS Variables */
:root {
--color-1: #f2a1a1;
--color-2: #f9d59f;
--color-3: #f7e9a1;
--color-4: #a0d9c4;
--color-5: #a8c1e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1a1, #f9d59f, #f7e9a1, #a0d9c4, #a8c1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1a1, #f9d59f, #f7e9a1, #a0d9c4, #a8c1e1);
}

Whimsical Whiskers color palette created on .