Whimsical Vee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Vee palette

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

Whimsical Vee カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f9c69a;
}
.color-3 {
color: #fce77e;
}
.color-4 {
color: #a8e6ce;
}
.color-5 {
color: #d3b5d9;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f9c69a;
--color-3: #fce77e;
--color-4: #a8e6ce;
--color-5: #d3b5d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f9c69a, #fce77e, #a8e6ce, #d3b5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f9c69a, #fce77e, #a8e6ce, #d3b5d9);
}

Whimsical Vee color palette created on .