Sweet Confectionery Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Confectionery Dreams palette

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

Sweet Confectionery Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ffd6e6;
}
.color-2 {
color: #ffb1a8;
}
.color-3 {
color: #ffc8b8;
}
.color-4 {
color: #ffea75;
}
.color-5 {
color: #ff9ea0;
}

/* CSS Variables */
:root {
--color-1: #ffd6e6;
--color-2: #ffb1a8;
--color-3: #ffc8b8;
--color-4: #ffea75;
--color-5: #ff9ea0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6e6, #ffb1a8, #ffc8b8, #ffea75, #ff9ea0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6e6, #ffb1a8, #ffc8b8, #ffea75, #ff9ea0);
}

Sweet Confectionery Dreams color palette created on .