Enigmatic Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enigmatic Bloom palette

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

Enigmatic Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #e13d8c;
}
.color-2 {
color: #a85d9b;
}
.color-3 {
color: #7a7b99;
}
.color-4 {
color: #5d4d8f;
}
.color-5 {
color: #3b2f5b;
}

/* CSS Variables */
:root {
--color-1: #e13d8c;
--color-2: #a85d9b;
--color-3: #7a7b99;
--color-4: #5d4d8f;
--color-5: #3b2f5b;
}

Enigmatic Bloom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13d8c, #a85d9b, #7a7b99, #5d4d8f, #3b2f5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13d8c, #a85d9b, #7a7b99, #5d4d8f, #3b2f5b);
}

Enigmatic Bloom color palette created on .