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