Orange Pin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Pin palette

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

Orange Pin カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3d6e;
}
.color-4 {
color: #ff5c9a;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d1f;
--color-3: #ff3d6e;
--color-4: #ff5c9a;
--color-5: #ff9d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d1f, #ff3d6e, #ff5c9a, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d1f, #ff3d6e, #ff5c9a, #ff9d00);
}

Orange Pin color palette created on .