Orange Majesty カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Majesty palette

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

Orange Majesty カラーパレット CSS

/* CSS */
.color-1 {
color: #fbbe56;
}
.color-2 {
color: #f67e23;
}
.color-3 {
color: #e24c3c;
}
.color-4 {
color: #a83c2e;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #fbbe56;
--color-2: #f67e23;
--color-3: #e24c3c;
--color-4: #a83c2e;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbe56, #f67e23, #e24c3c, #a83c2e, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbe56, #f67e23, #e24c3c, #a83c2e, #000000);
}

Orange Majesty color palette created on .