Starlit Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Starlit Dreams palette
Starlit Dreams カラーパレット (PNG) をダウンロード
Starlit Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8370ff;
}
.color-3 {
color: #b3c6ff;
}
.color-4 {
color: #e1bdff;
}
.color-5 {
color: #ffb3e4;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8370ff;
--color-3: #b3c6ff;
--color-4: #e1bdff;
--color-5: #ffb3e4;
}
Starlit Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8370ff, #b3c6ff, #e1bdff, #ffb3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8370ff, #b3c6ff, #e1bdff, #ffb3e4);
}
似たようなカラーパレット
Starlit Dreams color palette created on .