Starlit Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Starlit Dreams palette

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

Starlit Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f1e1a7;
}
.color-2 {
color: #b5c9e3;
}
.color-3 {
color: #6b9cd1;
}
.color-4 {
color: #4b5ba0;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f1e1a7;
--color-2: #b5c9e3;
--color-3: #6b9cd1;
--color-4: #4b5ba0;
--color-5: #2b3d50;
}

Starlit Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e1a7, #b5c9e3, #6b9cd1, #4b5ba0, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e1a7, #b5c9e3, #6b9cd1, #4b5ba0, #2b3d50);
}

Starlit Dreams color palette created on .