Orange Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunrise palette

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

Orange Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4a2e;
}
.color-4 {
color: #f6f1c1;
}
.color-5 {
color: #5e87c5;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff6d1f;
--color-3: #ff4a2e;
--color-4: #f6f1c1;
--color-5: #5e87c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff6d1f, #ff4a2e, #f6f1c1, #5e87c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff6d1f, #ff4a2e, #f6f1c1, #5e87c5);
}

Orange Sunrise color palette created on .