Sweet Confectionery Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Confectionery Dream palette

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

Sweet Confectionery Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d7c1;
}
.color-2 {
color: #f1b1b8;
}
.color-3 {
color: #eabe90;
}
.color-4 {
color: #f3d839;
}
.color-5 {
color: #e4a64e;
}

/* CSS Variables */
:root {
--color-1: #f6d7c1;
--color-2: #f1b1b8;
--color-3: #eabe90;
--color-4: #f3d839;
--color-5: #e4a64e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7c1, #f1b1b8, #eabe90, #f3d839, #e4a64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7c1, #f1b1b8, #eabe90, #f3d839, #e4a64e);
}

Sweet Confectionery Dream color palette created on .