Whimsical Whiskers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Whiskers palette

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

Whimsical Whiskers カラーパレット CSS

/* CSS */
.color-1 {
color: #9fd2df;
}
.color-2 {
color: #b2e0c3;
}
.color-3 {
color: #f5b8d1;
}
.color-4 {
color: #e6a2c2;
}
.color-5 {
color: #d1f0b2;
}

/* CSS Variables */
:root {
--color-1: #9fd2df;
--color-2: #b2e0c3;
--color-3: #f5b8d1;
--color-4: #e6a2c2;
--color-5: #d1f0b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fd2df, #b2e0c3, #f5b8d1, #e6a2c2, #d1f0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fd2df, #b2e0c3, #f5b8d1, #e6a2c2, #d1f0b2);
}

Whimsical Whiskers color palette created on .