Sweet Confection Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Confection Dream palette

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

Sweet Confection Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e1c0;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #eb9e7a;
}
.color-4 {
color: #e8a55e;
}
.color-5 {
color: #d55a34;
}

/* CSS Variables */
:root {
--color-1: #f7e1c0;
--color-2: #f3c5a0;
--color-3: #eb9e7a;
--color-4: #e8a55e;
--color-5: #d55a34;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1c0, #f3c5a0, #eb9e7a, #e8a55e, #d55a34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1c0, #f3c5a0, #eb9e7a, #e8a55e, #d55a34);
}

Sweet Confection Dream color palette created on .