Golden Galilea カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Galilea palette

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

Golden Galilea カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ebb000;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffc105;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ebb000;
--color-3: #ffcc00;
--color-4: #ffd900;
--color-5: #ffc105;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ebb000, #ffcc00, #ffd900, #ffc105);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ebb000, #ffcc00, #ffd900, #ffc105);
}

Golden Galilea color palette created on .