Cosmic Outlaw カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cosmic Outlaw palette

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

Cosmic Outlaw カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1f3b;
}
.color-2 {
color: #4a2c6d;
}
.color-3 {
color: #6a509b;
}
.color-4 {
color: #b86b9c;
}
.color-5 {
color: #f5b06b;
}

/* CSS Variables */
:root {
--color-1: #1b1f3b;
--color-2: #4a2c6d;
--color-3: #6a509b;
--color-4: #b86b9c;
--color-5: #f5b06b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f3b, #4a2c6d, #6a509b, #b86b9c, #f5b06b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f3b, #4a2c6d, #6a509b, #b86b9c, #f5b06b);
}

Cosmic Outlaw color palette created on .