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