Shades of Orange and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange and Blue palette

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

Shades of Orange and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbf75;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d51a30;
}
.color-4 {
color: #4a9cd3;
}
.color-5 {
color: #5d4e8d;
}

/* CSS Variables */
:root {
--color-1: #ffbf75;
--color-2: #ff6e61;
--color-3: #d51a30;
--color-4: #4a9cd3;
--color-5: #5d4e8d;
}

Shades of Orange and Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbf75, #ff6e61, #d51a30, #4a9cd3, #5d4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbf75, #ff6e61, #d51a30, #4a9cd3, #5d4e8d);
}

Shades of Orange and Blue color palette created on .