Loading...
Purple Emo カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Emo palette
Purple Emo カラーパレット (PNG) をダウンロード
Purple Emo カラーパレット CSS
/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #681b98;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #681b98;
--color-3: #9b58b6;
--color-4: #d6006f;
--color-5: #ff6e61;
}
Purple Emo の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #681b98, #9b58b6, #d6006f, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #681b98, #9b58b6, #d6006f, #ff6e61);
}
似たようなカラーパレット
Purple Emo color palette created on .