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