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