Purple Cosmos カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Cosmos palette
Purple Cosmos カラーパレット CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4e4c9a;
}
.color-3 {
color: #7d7aa8;
}
.color-4 {
color: #a5a3c2;
}
.color-5 {
color: #d2cae8;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4e4c9a;
--color-3: #7d7aa8;
--color-4: #a5a3c2;
--color-5: #d2cae8;
}
Purple Cosmos の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4e4c9a, #7d7aa8, #a5a3c2, #d2cae8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4e4c9a, #7d7aa8, #a5a3c2, #d2cae8);
}
似たようなカラーパレット
Purple Cosmos color palette created on .