Royal Ember Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Ember Serenade palette

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

Royal Ember Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a02235;
}
.color-2 {
color: #d24b4b;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f5d7c7;
}
.color-5 {
color: #e8bba1;
}

/* CSS Variables */
:root {
--color-1: #a02235;
--color-2: #d24b4b;
--color-3: #f1a8a2;
--color-4: #f5d7c7;
--color-5: #e8bba1;
}

Royal Ember Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a02235, #d24b4b, #f1a8a2, #f5d7c7, #e8bba1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a02235, #d24b4b, #f1a8a2, #f5d7c7, #e8bba1);
}

Royal Ember Serenade color palette created on .