Regal Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Regal Waters palette

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

Regal Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d5e6;
}
.color-2 {
color: #8ec6d7;
}
.color-3 {
color: #5aa8af;
}
.color-4 {
color: #3b7d8c;
}
.color-5 {
color: #2c596d;
}

/* CSS Variables */
:root {
--color-1: #a8d5e6;
--color-2: #8ec6d7;
--color-3: #5aa8af;
--color-4: #3b7d8c;
--color-5: #2c596d;
}

Regal Waters の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d5e6, #8ec6d7, #5aa8af, #3b7d8c, #2c596d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d5e6, #8ec6d7, #5aa8af, #3b7d8c, #2c596d);
}

Regal Waters color palette created on .