Celestial Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Yellow palette

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

Celestial Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #f7cca1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f07800;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f9e79f;
--color-3: #f7cca1;
--color-4: #f6b83c;
--color-5: #f07800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f9e79f, #f7cca1, #f6b83c, #f07800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f9e79f, #f7cca1, #f6b83c, #f07800);
}

Celestial Yellow color palette created on .