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