Blue and Yellow Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue and Yellow Delight palette

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

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

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #85cdfa;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #85cdfa;
--color-3: #f0e78e;
--color-4: #ffec3d;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #85cdfa, #f0e78e, #ffec3d, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #85cdfa, #f0e78e, #ffec3d, #ffcc00);
}

Blue and Yellow Delight color palette created on .