Purple Emo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Emo palette

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

Purple Emo カラーパレット CSS

/* CSS */
.color-1 {
color: #251e6c;
}
.color-2 {
color: #362e76;
}
.color-3 {
color: #524b8b;
}
.color-4 {
color: #6d547d;
}
.color-5 {
color: #93877b;
}

/* CSS Variables */
:root {
--color-1: #251e6c;
--color-2: #362e76;
--color-3: #524b8b;
--color-4: #6d547d;
--color-5: #93877b;
}

Purple Emo の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #251e6c, #362e76, #524b8b, #6d547d, #93877b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #251e6c, #362e76, #524b8b, #6d547d, #93877b);
}

Purple Emo color palette created on .