Whimsical Confectionery Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Confectionery Dream palette

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

Whimsical Confectionery Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e1b4;
}
.color-2 {
color: #f6c8b1;
}
.color-3 {
color: #f7a1b4;
}
.color-4 {
color: #f78db2;
}
.color-5 {
color: #f759b3;
}

/* CSS Variables */
:root {
--color-1: #f8e1b4;
--color-2: #f6c8b1;
--color-3: #f7a1b4;
--color-4: #f78db2;
--color-5: #f759b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b4, #f6c8b1, #f7a1b4, #f78db2, #f759b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b4, #f6c8b1, #f7a1b4, #f78db2, #f759b3);
}

Whimsical Confectionery Dream color palette created on .