Glaucous Purple Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Glaucous Purple Shades palette
Glaucous Purple Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #aa9992;
}
.color-2 {
color: #ccc1bd;
}
.color-3 {
color: #e0d6d6;
}
.color-4 {
color: #d3c5c7;
}
.color-5 {
color: #a98e90;
}
/* CSS Variables */
:root {
--color-1: #aa9992;
--color-2: #ccc1bd;
--color-3: #e0d6d6;
--color-4: #d3c5c7;
--color-5: #a98e90;
}
Glaucous Purple Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa9992, #ccc1bd, #e0d6d6, #d3c5c7, #a98e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa9992, #ccc1bd, #e0d6d6, #d3c5c7, #a98e90);
}
似たようなカラーパレット
Glaucous Purple Shades color palette created on .