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