Bright Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Orange palette

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

Bright Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #d09590;
}
.color-2 {
color: #c7a17a;
}
.color-3 {
color: #c0ab68;
}
.color-4 {
color: #c2d9e5;
}
.color-5 {
color: #8198c5;
}

/* CSS Variables */
:root {
--color-1: #d09590;
--color-2: #c7a17a;
--color-3: #c0ab68;
--color-4: #c2d9e5;
--color-5: #8198c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d09590, #c7a17a, #c0ab68, #c2d9e5, #8198c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d09590, #c7a17a, #c0ab68, #c2d9e5, #8198c5);
}

Bright Orange color palette created on .