Sweet Dream Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Dream Delight palette

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

Sweet Dream Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #b26c99;
}
.color-2 {
color: #d6a4c2;
}
.color-3 {
color: #e1b7d1;
}
.color-4 {
color: #f7c5e0;
}
.color-5 {
color: #f5e0e6;
}

/* CSS Variables */
:root {
--color-1: #b26c99;
--color-2: #d6a4c2;
--color-3: #e1b7d1;
--color-4: #f7c5e0;
--color-5: #f5e0e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b26c99, #d6a4c2, #e1b7d1, #f7c5e0, #f5e0e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b26c99, #d6a4c2, #e1b7d1, #f7c5e0, #f5e0e6);
}

Sweet Dream Delight color palette created on .