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