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