Serene Dusk Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Dusk Dreamscape palette

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

Serene Dusk Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #496c9c;
}
.color-3 {
color: #b5c8e8;
}
.color-4 {
color: #2e4a7f;
}
.color-5 {
color: #1d3b67;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #496c9c;
--color-3: #b5c8e8;
--color-4: #2e4a7f;
--color-5: #1d3b67;
}

Serene Dusk Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #496c9c, #b5c8e8, #2e4a7f, #1d3b67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #496c9c, #b5c8e8, #2e4a7f, #1d3b67);
}

Serene Dusk Dreamscape color palette created on .