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