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