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