Orange Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Sunshine palette

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

Orange Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f08000;
}
.color-2 {
color: #ffe500;
}
.color-3 {
color: #f9b301;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #f08000;
--color-2: #ffe500;
--color-3: #f9b301;
--color-4: #ff6e00;
--color-5: #ffb300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08000, #ffe500, #f9b301, #ff6e00, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08000, #ffe500, #f9b301, #ff6e00, #ffb300);
}

Orange Sunshine color palette created on .