Golden Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Oasis palette

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

Golden Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9c84e;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #4cae95;
}
.color-5 {
color: #2b898c;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9c84e;
--color-3: #f7e1a1;
--color-4: #4cae95;
--color-5: #2b898c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9c84e, #f7e1a1, #4cae95, #2b898c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9c84e, #f7e1a1, #4cae95, #2b898c);
}

Golden Oasis color palette created on .