Golden Angelicia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Angelicia palette

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

Golden Angelicia カラーパレット CSS

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f2d491;
}
.color-4 {
color: #e5b176;
}
.color-5 {
color: #e2a365;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f0a800;
--color-3: #f2d491;
--color-4: #e5b176;
--color-5: #e2a365;
}

Golden Angelicia の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f0a800, #f2d491, #e5b176, #e2a365);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f0a800, #f2d491, #e5b176, #e2a365);
}

Golden Angelicia color palette created on .