Shades of Coral カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Coral palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Shades of Coral カラーパレット (PNG) をダウンロード
Shades of Coral カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #6ad2e7;
}
.color-5 {
color: #5a4e8d;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcd29;
--color-4: #6ad2e7;
--color-5: #5a4e8d;
}
Shades of Coral の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcd29, #6ad2e7, #5a4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcd29, #6ad2e7, #5a4e8d);
}
似たようなカラーパレット
Shades of Coral color palette created on .