Blue Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Sunset palette
Blue Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #4b7bec;
}
.color-2 {
color: #69af4b;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #4b7bec;
--color-2: #69af4b;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #000000;
}
Blue Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7bec, #69af4b, #f9c54e, #f94346, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7bec, #69af4b, #f9c54e, #f94346, #000000);
}
似たようなカラーパレット
Blue Sunset color palette created on .