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