Orange Adventure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Adventure palette

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

Orange Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff8000;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff1a1a;
}
.color-5 {
color: #ff5c98;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff8000;
--color-3: #ff3c00;
--color-4: #ff1a1a;
--color-5: #ff5c98;
}

Orange Adventure の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff8000, #ff3c00, #ff1a1a, #ff5c98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff8000, #ff3c00, #ff1a1a, #ff5c98);
}

Orange Adventure color palette created on .