Soft Sunrise Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Sunrise Dream palette

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

Soft Sunrise Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ffdac2;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #fff9b3;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ffdac2;
--color-3: #ffd900;
--color-4: #fff9b3;
--color-5: #ffffff;
}

Soft Sunrise Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ffdac2, #ffd900, #fff9b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ffdac2, #ffd900, #fff9b3, #ffffff);
}

Soft Sunrise Dream color palette created on .