Serene Dragon's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Dragon's Embrace palette

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

Serene Dragon's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a1a7;
}
.color-2 {
color: #f4c19f;
}
.color-3 {
color: #e9e3a5;
}
.color-4 {
color: #a3d8e0;
}
.color-5 {
color: #79afa8;
}

/* CSS Variables */
:root {
--color-1: #f7a1a7;
--color-2: #f4c19f;
--color-3: #e9e3a5;
--color-4: #a3d8e0;
--color-5: #79afa8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a7, #f4c19f, #e9e3a5, #a3d8e0, #79afa8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a7, #f4c19f, #e9e3a5, #a3d8e0, #79afa8);
}

Serene Dragon's Embrace color palette created on .