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