Light Yellow Blue Angel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Yellow Blue Angel palette

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

Light Yellow Blue Angel カラーパレット CSS

/* CSS */
.color-1 {
color: #f6eab6;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f1c7a7;
}
.color-5 {
color: #e4afe2;
}

/* CSS Variables */
:root {
--color-1: #f6eab6;
--color-2: #a3c7e0;
--color-3: #ffffff;
--color-4: #f1c7a7;
--color-5: #e4afe2;
}

Light Yellow Blue Angel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eab6, #a3c7e0, #ffffff, #f1c7a7, #e4afe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eab6, #a3c7e0, #ffffff, #f1c7a7, #e4afe2);
}

Light Yellow Blue Angel color palette created on .