Orange Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Dream palette

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

Orange Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f5b87f;
}
.color-3 {
color: #f3a15e;
}
.color-4 {
color: #ef8b3e;
}
.color-5 {
color: #e76e27;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f5b87f;
--color-3: #f3a15e;
--color-4: #ef8b3e;
--color-5: #e76e27;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f5b87f, #f3a15e, #ef8b3e, #e76e27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f5b87f, #f3a15e, #ef8b3e, #e76e27);
}

Orange Dream color palette created on .