Blue and Yellow Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue and Yellow Harmony palette

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

Blue and Yellow Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ffec3d;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ff5724;
}
.color-5 {
color: #8bc34b;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ffec3d;
--color-3: #ff9900;
--color-4: #ff5724;
--color-5: #8bc34b;
}

Blue and Yellow Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ffec3d, #ff9900, #ff5724, #8bc34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ffec3d, #ff9900, #ff5724, #8bc34b);
}

Blue and Yellow Harmony color palette created on .