Orange Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunshine palette

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

Orange Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #ec8d18;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #f9df4e;
}
.color-4 {
color: #e1e5b8;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #ec8d18;
--color-2: #f5b400;
--color-3: #f9df4e;
--color-4: #e1e5b8;
--color-5: #ff6e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec8d18, #f5b400, #f9df4e, #e1e5b8, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec8d18, #f5b400, #f9df4e, #e1e5b8, #ff6e00);
}

Orange Sunshine color palette created on .