Orange and Violet Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange and Violet Fusion palette

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

Orange and Violet Fusion カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #c55998;
}
.color-4 {
color: #7b1fa3;
}
.color-5 {
color: #49148a;
}

/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ffb300;
--color-3: #c55998;
--color-4: #7b1fa3;
--color-5: #49148a;
}

Orange and Violet Fusion の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ffb300, #c55998, #7b1fa3, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ffb300, #c55998, #7b1fa3, #49148a);
}

Orange and Violet Fusion color palette created on .