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