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