Gray Chateau カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gray Chateau palette
Gray Chateau カラー パレット PNG 画像
Gray Chateau カラーパレット CSS
/* CSS */
.color-1 {
color: #a2aab3;
}
.color-2 {
color: #b6b7c3;
}
.color-3 {
color: #c8c8d5;
}
.color-4 {
color: #e1e1ea;
}
.color-5 {
color: #f5f5fa;
}
/* CSS Variables */
:root {
--color-1: #a2aab3;
--color-2: #b6b7c3;
--color-3: #c8c8d5;
--color-4: #e1e1ea;
--color-5: #f5f5fa;
}
Gray Chateau の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2aab3, #b6b7c3, #c8c8d5, #e1e1ea, #f5f5fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2aab3, #b6b7c3, #c8c8d5, #e1e1ea, #f5f5fa);
}
似たようなカラーパレット
Gray Chateau color palette created on .