Muted Blue Castle カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Blue Castle palette
Muted Blue Castle カラーパレット CSS
/* CSS */
.color-1 {
color: #8c9cb1;
}
.color-2 {
color: #b6c8c7;
}
.color-3 {
color: #e1c6a8;
}
.color-4 {
color: #b67d6d;
}
.color-5 {
color: #725a5b;
}
/* CSS Variables */
:root {
--color-1: #8c9cb1;
--color-2: #b6c8c7;
--color-3: #e1c6a8;
--color-4: #b67d6d;
--color-5: #725a5b;
}
Muted Blue Castle の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c9cb1, #b6c8c7, #e1c6a8, #b67d6d, #725a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c9cb1, #b6c8c7, #e1c6a8, #b67d6d, #725a5b);
}
似たようなカラーパレット
下にスクロールして50+個のエステティックカラーパレットを探索しましょう
Muted Blue Castle color palette created on .