Whimsigoth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsigoth palette

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

Whimsigoth カラーパレット CSS

/* CSS */
.color-1 {
color: #562437;
}
.color-2 {
color: #bb589a;
}
.color-3 {
color: #d99be4;
}
.color-4 {
color: #593091;
}
.color-5 {
color: #461448;
}

/* CSS Variables */
:root {
--color-1: #562437;
--color-2: #bb589a;
--color-3: #d99be4;
--color-4: #593091;
--color-5: #461448;
}

Whimsigoth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #562437, #bb589a, #d99be4, #593091, #461448);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #562437, #bb589a, #d99be4, #593091, #461448);
}

Whimsigoth color palette created on .