Orange Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Dream palette

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

Orange Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f09c00;
}
.color-3 {
color: #e67700;
}
.color-4 {
color: #db5000;
}
.color-5 {
color: #c72b00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f09c00;
--color-3: #e67700;
--color-4: #db5000;
--color-5: #c72b00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f09c00, #e67700, #db5000, #c72b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f09c00, #e67700, #db5000, #c72b00);
}

Orange Dream color palette created on .