Ariana's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ariana's Embrace palette

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

Ariana's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #f5c2d6;
}
.color-3 {
color: #f9e1e6;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #f5c2d6;
--color-3: #f9e1e6;
--color-4: #ffc29e;
--color-5: #ff6e61;
}

Ariana's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #f5c2d6, #f9e1e6, #ffc29e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #f5c2d6, #f9e1e6, #ffc29e, #ff6e61);
}

Ariana's Embrace color palette created on .