Whimsical Coven Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Coven Hues palette

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

Whimsical Coven Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f2a1b6;
}
.color-4 {
color: #f9d6b4;
}
.color-5 {
color: #e1a637;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #a77ccb;
--color-3: #f2a1b6;
--color-4: #f9d6b4;
--color-5: #e1a637;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #a77ccb, #f2a1b6, #f9d6b4, #e1a637);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #a77ccb, #f2a1b6, #f9d6b4, #e1a637);
}

Whimsical Coven Hues color palette created on .