Purple Flames カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Flames palette

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

Purple Flames カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #a30f7c;
}
.color-3 {
color: #d246af;
}
.color-4 {
color: #f45d99;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #a30f7c;
--color-3: #d246af;
--color-4: #f45d99;
--color-5: #ff9d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #a30f7c, #d246af, #f45d99, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #a30f7c, #d246af, #f45d99, #ff9d00);
}

Purple Flames color palette created on .