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