Cosmic Mirth and Melancholy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cosmic Mirth and Melancholy palette
Cosmic Mirth and Melancholy カラーパレット CSS
/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #6e5b9a;
}
.color-3 {
color: #a8a05d;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #6e5b9a;
--color-3: #a8a05d;
--color-4: #f9c54e;
--color-5: #f94346;
}
Cosmic Mirth and Melancholy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #6e5b9a, #a8a05d, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #6e5b9a, #a8a05d, #f9c54e, #f94346);
}
似たようなカラーパレット
Cosmic Mirth and Melancholy color palette created on .