Pink Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunrise palette

このパレットを共有する先:

Pink Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4da0;
}
.color-2 {
color: #ff8e6b;
}
.color-3 {
color: #ffc342;
}
.color-4 {
color: #8bff6b;
}
.color-5 {
color: #e7ffb8;
}

/* CSS Variables */
:root {
--color-1: #ff4da0;
--color-2: #ff8e6b;
--color-3: #ffc342;
--color-4: #8bff6b;
--color-5: #e7ffb8;
}

Pink Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4da0, #ff8e6b, #ffc342, #8bff6b, #e7ffb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4da0, #ff8e6b, #ffc342, #8bff6b, #e7ffb8);
}

Pink Sunrise color palette created on .