Aerin's Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aerin's Blossom palette

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

Aerin's Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9e66;
}
.color-4 {
color: #ffce80;
}
.color-5 {
color: #ffd9a3;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff9e66;
--color-4: #ffce80;
--color-5: #ffd9a3;
}

Aerin's Blossom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff9e66, #ffce80, #ffd9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff9e66, #ffce80, #ffd9a3);
}

Aerin's Blossom color palette created on .