Eclipse Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eclipse Dreams palette
Eclipse Dreams カラー パレット PNG 画像
Eclipse Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #16204b;
}
.color-2 {
color: #25336a;
}
.color-3 {
color: #37418b;
}
.color-4 {
color: #5253a3;
}
.color-5 {
color: #aa92c3;
}
/* CSS Variables */
:root {
--color-1: #16204b;
--color-2: #25336a;
--color-3: #37418b;
--color-4: #5253a3;
--color-5: #aa92c3;
}
Eclipse Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #16204b, #25336a, #37418b, #5253a3, #aa92c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #16204b, #25336a, #37418b, #5253a3, #aa92c3);
}
似たようなカラーパレット
Eclipse Dreams color palette created on .