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