Yellow Aileenburg カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Aileenburg palette

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

Yellow Aileenburg カラーパレット CSS

/* CSS */
.color-1 {
color: #fab300;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #fae500;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #f05800;
}

/* CSS Variables */
:root {
--color-1: #fab300;
--color-2: #fad400;
--color-3: #fae500;
--color-4: #f0a400;
--color-5: #f05800;
}

Yellow Aileenburg の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab300, #fad400, #fae500, #f0a400, #f05800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab300, #fad400, #fae500, #f0a400, #f05800);
}

Yellow Aileenburg color palette created on .