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