Sweet Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Whimsy palette

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

Sweet Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d3b1;
}
.color-2 {
color: #f9c69f;
}
.color-3 {
color: #fec5a4;
}
.color-4 {
color: #fbaf8e;
}
.color-5 {
color: #f78da7;
}

/* CSS Variables */
:root {
--color-1: #f2d3b1;
--color-2: #f9c69f;
--color-3: #fec5a4;
--color-4: #fbaf8e;
--color-5: #f78da7;
}

Sweet Whimsy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d3b1, #f9c69f, #fec5a4, #fbaf8e, #f78da7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d3b1, #f9c69f, #fec5a4, #fbaf8e, #f78da7);
}

Sweet Whimsy color palette created on .