Golden Azure Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Azure Dreams palette
Golden Azure Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #1f507a;
}
.color-2 {
color: #3b8fab;
}
.color-3 {
color: #6bc1e6;
}
.color-4 {
color: #f2d578;
}
.color-5 {
color: #f8c54f;
}
/* CSS Variables */
:root {
--color-1: #1f507a;
--color-2: #3b8fab;
--color-3: #6bc1e6;
--color-4: #f2d578;
--color-5: #f8c54f;
}
Golden Azure Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f507a, #3b8fab, #6bc1e6, #f2d578, #f8c54f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f507a, #3b8fab, #6bc1e6, #f2d578, #f8c54f);
}
似たようなカラーパレット
Golden Azure Dreams color palette created on .