Orange Blue Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Blue Dream palette

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

Orange Blue Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ff801f;
}
.color-2 {
color: #ffbd42;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #1c5073;
}
.color-5 {
color: #f0e0e4;
}

/* CSS Variables */
:root {
--color-1: #ff801f;
--color-2: #ffbd42;
--color-3: #4b91e2;
--color-4: #1c5073;
--color-5: #f0e0e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff801f, #ffbd42, #4b91e2, #1c5073, #f0e0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff801f, #ffbd42, #4b91e2, #1c5073, #f0e0e4);
}

Orange Blue Dream color palette created on .