Golden Coastal Bliss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Coastal Bliss palette
Golden Coastal Bliss カラーパレット CSS
/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f8ebaf;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #56768f;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f8ebaf;
--color-3: #f9c54e;
--color-4: #91be6f;
--color-5: #56768f;
}
Golden Coastal Bliss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f8ebaf, #f9c54e, #91be6f, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f8ebaf, #f9c54e, #91be6f, #56768f);
}
Golden Coastal Bliss color palette created on .