Alabaster Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Alabaster Rose palette

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

Alabaster Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #f8f2e7;
}
.color-2 {
color: #e1b7a8;
}
.color-3 {
color: #d57b89;
}
.color-4 {
color: #c44a6d;
}
.color-5 {
color: #a23f5c;
}

/* CSS Variables */
:root {
--color-1: #f8f2e7;
--color-2: #e1b7a8;
--color-3: #d57b89;
--color-4: #c44a6d;
--color-5: #a23f5c;
}

Alabaster Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f2e7, #e1b7a8, #d57b89, #c44a6d, #a23f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f2e7, #e1b7a8, #d57b89, #c44a6d, #a23f5c);
}

Alabaster Rose color palette created on .