Cosmic Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cosmic Dreams palette

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

Cosmic Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3c2f9d;
}
.color-3 {
color: #6a59c9;
}
.color-4 {
color: #a57cfe;
}
.color-5 {
color: #e3c2ff;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3c2f9d;
--color-3: #6a59c9;
--color-4: #a57cfe;
--color-5: #e3c2ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3c2f9d, #6a59c9, #a57cfe, #e3c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3c2f9d, #6a59c9, #a57cfe, #e3c2ff);
}

Cosmic Dreams color palette created on .