Sweet Sunshine Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Sunshine Dream palette

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

Sweet Sunshine Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a9d3;
}
.color-2 {
color: #ebca99;
}
.color-3 {
color: #f5ebad;
}
.color-4 {
color: #9bbbd4;
}
.color-5 {
color: #ac948b;
}

/* CSS Variables */
:root {
--color-1: #d6a9d3;
--color-2: #ebca99;
--color-3: #f5ebad;
--color-4: #9bbbd4;
--color-5: #ac948b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a9d3, #ebca99, #f5ebad, #9bbbd4, #ac948b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a9d3, #ebca99, #f5ebad, #9bbbd4, #ac948b);
}

Sweet Sunshine Dream color palette created on .