Whisker Wonderland カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whisker Wonderland palette

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

Whisker Wonderland カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a7b9;
}
.color-3 {
color: #f58d8a;
}
.color-4 {
color: #d96d8c;
}
.color-5 {
color: #b65d90;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a7b9;
--color-3: #f58d8a;
--color-4: #d96d8c;
--color-5: #b65d90;
}

Whisker Wonderland の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a7b9, #f58d8a, #d96d8c, #b65d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a7b9, #f58d8a, #d96d8c, #b65d90);
}

Whisker Wonderland color palette created on .