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