Enchanted Affections カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Enchanted Affections palette
Enchanted Affections カラーパレット CSS
/* CSS */
.color-1 {
color: #fbcbd5;
}
.color-2 {
color: #f9aebd;
}
.color-3 {
color: #f77e9c;
}
.color-4 {
color: #eb4c79;
}
.color-5 {
color: #b32959;
}
/* CSS Variables */
:root {
--color-1: #fbcbd5;
--color-2: #f9aebd;
--color-3: #f77e9c;
--color-4: #eb4c79;
--color-5: #b32959;
}
Enchanted Affections の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcbd5, #f9aebd, #f77e9c, #eb4c79, #b32959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcbd5, #f9aebd, #f77e9c, #eb4c79, #b32959);
}
似たようなカラーパレット
下にスクロールして200+個のピンクカラーパレットを探索しましょう
Enchanted Affections color palette created on .