Ariel's Shell カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ariel's Shell palette
Ariel's Shell カラーパレット CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #e48ba0;
}
.color-4 {
color: #d17a91;
}
.color-5 {
color: #c2617c;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b4;
--color-3: #e48ba0;
--color-4: #d17a91;
--color-5: #c2617c;
}
Ariel's Shell の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b4, #e48ba0, #d17a91, #c2617c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b4, #e48ba0, #d17a91, #c2617c);
}
似たようなカラーパレット
Ariel's Shell color palette created on .