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