Whiskerwood Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whiskerwood Dreams palette

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

Whiskerwood Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #a9e0b7;
}
.color-2 {
color: #a4d5c3;
}
.color-3 {
color: #b5e3d7;
}
.color-4 {
color: #f5b8c1;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #a9e0b7;
--color-2: #a4d5c3;
--color-3: #b5e3d7;
--color-4: #f5b8c1;
--color-5: #eab8d1;
}

Whiskerwood Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0b7, #a4d5c3, #b5e3d7, #f5b8c1, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0b7, #a4d5c3, #b5e3d7, #f5b8c1, #eab8d1);
}

Whiskerwood Dreams color palette created on .